View Single Post
  #2 (permalink)  
Old 07-15-03, 04:07 PM
BdSBB BdSBB is offline
Newbie Coder
 
Join Date: Jun 2003
Location: Georgetown, TX
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
$sql=mysql_query("INSERT INTO forums ($id,$fname,$description,$minpow,$minpow,$minpow,0
,0, , ,$order)"); // This is your problem right here
$result = mysql_query($sql);

Your $sql string has mysql_query() already outputting.
__________________
-- BdSBB
Reply With Quote