View Single Post
  #34  
Old 16th October 2011, 01:33
DAKz's Avatar
DAKz DAKz is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 380
Red face its cool.....
I was working on them off and on... but thanks for the update, getting it now.

Bump: Parse error: syntax error, unexpected ',' in C:\xampp\htdocs\phpmybittorrent\user\takeregister. php on line 101

Code:
$sql = "INSERT INTO ".$db_prefix."_users (username, clean_username, email, password, act_key, can_do, uploaded, regdate" . $passkeyrow . ", active) VALUES ('".addslashes($username)."', '".strtolower($username)."', '".addslashes($email)."', '".md5($password)."', '".$act_key."', " . $default_group[0] , ", '".$give_sign_up_credit."', NOW()" . $passkey .", 1);";