I'm getting an error from the SQL side..
I added a quote and put the quotation's in there. When I previewed on my forumhome, I noticed that I didn't need to as it adds them. So there were double quotes..
So I went to the manage quotes, and tried to remove them. Here's what I got:
PHP Code:
Invalid SQL:
UPDATE bfc_quotes
SET quote = 'There's nothing frustrating about this win for me, ... we just beat a good football team.', username = 'Jack Del Rio'
WHERE id = '1' LIMIT 1;
MySQL Error : 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 's nothing frustrating about this win for me, ... we just beat a good football te' at line 2
Error Number : 1064
Anyone else run into this yet? I assume others will add quotation marks to their submitted quotes... It's a simple mistake.