Okay phpmyadmin is not my strong point but neither is php. Thus, I have to post this question. I am doing the following and can not understand why it will not work in phpmyadmin.
UPDATE dt_pro_rss SET cid='67' WHERE title='NY Giants'
UPDATE dt_pro_rss SET cid='67' WHERE title='Eagles'
UPDATE dt_pro_rss SET cid='67' WHERE title='Raiders'
UPDATE dt_pro_rss SET cid='67' WHERE title='Miami'
UPDATE dt_pro_rss SET cid='67' WHERE title='Denver'
The first one goes through then I get the error message below.
#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 'UPDATE dt_pro_rss SET cid='67' WHERE title='Eagles' UPDATE ' at line 2.
However, if use the above code one line at a time it runs?
What am I doing wrong? Any help will be greatly appreciative.
Thanks