View Single Post
Old 05-24-2005, 07:06 AM   #2 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
you need to quote the fields just like you would in the sql client.
Code:
$sqlquery = "INSERT INTO $table VALUES ('','$username','$password','$email')";
mysql_query($sqlquery);
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote