[Help]Register page

05/26/2011 20:14 alaaemad#1
when someone trying to register it's say account registerd but i can't find any thing in my db

05/26/2011 20:23 ~Sword~Stalker~.#2
Quote:
mysql_query("insert into account (name,Password,Reg_date,email,netbar_ip) values ('".$userid."','".$hash."','".date("y-m-d H:i:s", time()).'".$email."'."','".$_SERVER['REMOTE_ADDR']."')");
echo "<center><font color=black>Account successfully registered!</font></center>";
u sure its the same as ur db Part .. some got 'account.account'

and post the whole reg. somethin is missing from the start and put [code [/code