Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MySQL field 'option' is not working
- SELECT option as value, name as text from jos_components where parent = 0 and enabled=1 order by name
- #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option as value, name as text from jos_components where parent = 0 and enabled=1' at line 1
- SELECT `option` as value, name as text from jos_components where parent = 0 and enabled=1 order by name
Advertisement
Add Comment
Please, Sign In to add comment