
06-01-2009, 07:59 PM
|
Member
|
|
Join Date: Mar 2009
Posts: 106
Credits: 15,748
|
|
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
|