Tengo esta sintax:
Código PHP:
$ssql="INSERT INTO terms (id,keyword,category,definition,by,pdate,status) VALUES ('','$_POST[term]','','','','','')";
$rs=mysql_query($ssql) or die(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 'by,pdate,status) VALUES ('','incredible','','','','','')' at li
¿Qué será? ya lo he chequeado y nada. Busqué aca algún post similar pero sigo sin entender por qué sale el error!...
Gracias de antemano!