View Single Post
  #9  
Old 06-01-2009, 07:59 PM
zhiichiro zhiichiro is offline
Member
 
Join Date: Mar 2009
Posts: 106
Credits: 15,748
zhiichiro
Default RE: can't registered

Quote:
Originally Posted by Bloodrun
Quote:
Originally Posted by zhiichiro
i cant find that..

only this :

Code:
mysql_query("INSERT INTO ".$prefix."users VALUES ('', '$username', '$pass1','$email','3','1', '$date', '0',''),''),''),'')");
[hr]
i didnt do anything on register.php
omg, well theres your problem.
You only need the two parenthesis at the end, it should look like this:

mysql_query("INSERT INTO ".$prefix."users VALUES ('', '$username', '$pass1','$email','3','1', '$date', '0','','','','')");
done. still can't register
Reply With Quote