Jump to content

Registration Form Help


linz8317

Recommended Posts

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 :happy-04:

register.php

register-submit.php

Link to comment
https://forums.phpfreaks.com/topic/270258-registration-form-help/
Share on other sites

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 (

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.