CODE
SELECT * FROM 'bookmarks' WHERE 'group' = 'Social'
This code does.
CODE
SELECT * FROM `bookmarks` WHERE `group` = 'Social'
The working code was generated by phpmyadmin. I've seen those diagonal single quote marks, nor have I read anything about them in php books/tutorials/etc. What are they, and how do I even make them? I feel stupid asking this but I just spent an hour trying to figure out why my sql query wasn't working and that appears to be the only difference.
