|
-
Dec 13th, 2002, 10:34 AM
#4
Frenzied Member
well instead of that error try this
$query_addthread = "INSERT INTO forum_threads (boardparentid,threadname,author,lastpostername,email,lastposterid,smilie) VALUES ('$boardid','$SUBJECT','$forum_username','$forum_username','$email','$poster','$SMILIEs')";
mysql_query($query_addthread,$link) or die (mysql_error());
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|