March 19, 2004 at 2:35 am
I am getting this error when trying to post in this site. Mind you I am still somewhat PC illiterate so bare with me. LOL
Error in posting
DEBUG MODE
SQL Error : 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 ' 1079686620, 22, 0, 0, 0)' at line 1
INSERT INTO nuke_bbtopics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('Avatar Request', , 1079686620, 22, 0, 0, 0)
Line : 313
File : /home/virtual/site1/fst/var/www/html/includes/functions_post.php
If anyone could walk me through this I would appreciate it,
Thank you, Stephy
March 22, 2004 at 8:00 am
This was removed by the editor as SPAM
March 22, 2004 at 11:21 am
I dont think u are passing the correct parameters.
U have 7 columns in ur table and i think only 6 values..
TRY this
INSERT INTO nuke_bbtopics (
topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('Avatar Request',' ' , 1079686620, 22, 0, 0, 0)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply