View Single Post
  #2 (permalink)  
Old 06-30-04, 09:34 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 -->
PHP Code:

} else {


if (!
mysql_query($add,$conn)) { echo("error in query 1.<br>");}
if (!
mysql_query($add2,$conn)) { echo("error in query 2.<br>");}

echo 
"You have signed up sucessfully! Click <a href='index.php'>here</a> to login.";

Reply With Quote