greenbman Posted February 11, 2013 Share Posted February 11, 2013 Ok I am getting this error: Deprecated: Function sql_regcase() is deprecated in /home/u309930328/public_html/funcvars/libfunc.php on line 17 Deprecated: Function sql_regcase() is deprecated in /home/u309930328/public_html/funcvars/libfunc.php on line 17 Deprecated: Function sql_regcase() is deprecated in /home/u309930328/public_html/funcvars/libfunc.php on line 17 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 ''firstName', 'hear', 'message') VALUES('', '', '')' at line 1 from this code: INSERT INTO reff ('firstName', 'hear', 'message') VALUES('{$fname}', '{$ham}', '{$message}'); Link to comment https://forums.phpfreaks.com/topic/274367-insert-into-syntax-error/ Share on other sites More sharing options...
greenbman Posted February 11, 2013 Author Share Posted February 11, 2013 Nevermind I figured it out. Link to comment https://forums.phpfreaks.com/topic/274367-insert-into-syntax-error/#findComment-1411862 Share on other sites More sharing options...
fenway Posted February 12, 2013 Share Posted February 12, 2013 You're new here -- please share how you "figured it out" next time -- even if it only took 3 minutes for you, others may benefit from your post. The issue here was quoting the column names. Link to comment https://forums.phpfreaks.com/topic/274367-insert-into-syntax-error/#findComment-1412058 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.