master-login-system
master-login-system copied to clipboard
User Registration
Hi, I love the code, but new users cant seem to register, I keep getting this error: There was an error ! Please try again ! I added a few debug echos and I think $id is not being set within this section
if(($db->query("INSERT INTO `".MLS_PREFIX."users` SET ?u", $user_data)) && ($id = $db->insertId()) && $db->query("INSERT INTO `".MLS_PREFIX."privacy` SET `userid` = ?i", $id)) {
Just installed and works perfectly for me :1st_place_medal:
I face the same issue.
same problem
here too
I am trying to add more user fields. I cannot get them to post or update. I used to write Cold Fusion and sort of stayed away from php. Any help would be appreciated.