linz8317 Posted November 3, 2012 Share Posted November 3, 2012 Hi all, If any one could help that would be very much appreciated, I'm updating a clients site including a registration page, when the user submits the registration page hangs on a white page, i've looked at the code for hours but cannot see any errors that pop out, i even added error code which didn't pick up anything either. I've attched both the register page and the register submit page register.php register-submit.php Quote Link to comment https://forums.phpfreaks.com/topic/270258-registration-form-help/ Share on other sites More sharing options...
hell_yeah Posted November 3, 2012 Share Posted November 3, 2012 (edited) I looked at your code and there are few odd things, sorry for saying that. when do you get the blank page? is it when you leave the $firstname initial? or all the time? You may need to review your if statement: if ($firstname == '') { } else { $bad_folder = array ( Edited November 3, 2012 by hell_yeah Quote Link to comment https://forums.phpfreaks.com/topic/270258-registration-form-help/#findComment-1389981 Share on other sites More sharing options...
linz8317 Posted November 4, 2012 Author Share Posted November 4, 2012 That's ok, I'm actually working on the code she origianally had, I get the blank page all the time. Quote Link to comment https://forums.phpfreaks.com/topic/270258-registration-form-help/#findComment-1390096 Share on other sites More sharing options...
Christian F. Posted November 4, 2012 Share Posted November 4, 2012 In this case I'd actually recommend you to follow the links in Jessica's signature, especially the last one. Quote Link to comment https://forums.phpfreaks.com/topic/270258-registration-form-help/#findComment-1390169 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.