fliaigre 916
| Posté : 26-01-2022 10:45
A la place de NULL?
sql_query("INSERT INTO ".$links_DB."links_links VALUES&n bsp;(NULL, '$cat[0]', '$cat[1]', '$title', '$url', '$d escription', now(), '$name', '$email', '0','$submitter',0,0 ,0,'$topicL')");
devient
sql_query("INSERT INTO ".$links_DB."links_links VALUES&n bsp;(0, '$cat[0]', '$cat[1]', '$title', '$url', '$desc ription', now(), '$name', '$email', '0','$submitter',0,0,0, '$topicL')");
|