Thread
:
error when creating database tables with php script
View Single Post
#
2
(
permalink
)
07-15-03, 04:07 PM
BdSBB
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
BdSBB
View Public Profile
Find all posts by BdSBB