View Single Post
  #2 (permalink)  
Old 09-06-04, 01:26 AM
<?Wille?> <?Wille?> is offline
Junior Code Guru
 
Join Date: Jan 2004
Location: Helsinki, Finland
Posts: 666
Thanks: 0
Thanked 0 Times in 0 Posts
try this.. with quotes around the values
PHP Code:

mysql_query("INSERT INTO structure (usanameish, usapassish, usaemailish, usamsnish, usaaimish, usahooish, usaallowemailish) VALUES ('{$_POST['usernamer']}', '{$_POST['userpasser']}', '{$_POST['useremailer']}', '{$_POST['usermsner']}', '{$_POST['useraimer']}', '{$_POST['useryahooer']}', '{$_POST['allow']}')"
hope it helps
Wille
Reply With Quote