Problem with registration form
Posted: Tue May 17, 2005 3:47 pm
Hello i'm having a problem with my registration form. I work in different steps but at the last step when i check if the customer is already in the database table stored i give an error that they are already a customer and they have to go back a step.
But then if they go back a step the page is empty. It's like the previous page is not saved. Any suggestions when working in steps?
My code can be found below.
But then if they go back a step the page is empty. It's like the previous page is not saved. Any suggestions when working in steps?
My code can be found below.
Code: Select all
switch ($_POSTї"e;step"e;]){
case 2:
include ('advertise_step2.php');
break;
case 3;
include ('advertise_step3.php');
break;
case 4:
include ('inc/func_images.php');
include ('advertise_step4.php');
break;
case 5:
include ('advertise_step5.php');
break;
default:
include ('advertise_step1.php');
}