Code: Select all
mysql_query(" INSERT INTO template_login (menus) VALUES('horizontal') WHERE username='jefffan24'");
So I want to enter Horizontal into column menus for only jefffan24.
What am I doing wrong?
Moderator: General Moderators
Code: Select all
mysql_query(" INSERT INTO template_login (menus) VALUES('horizontal') WHERE username='jefffan24'");