PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm working on a registration form in 4 steps for my website. But i'm having some problems.
In step1 people can choose their country but when they select a country i use a submit(); to submit the form to file 2 pwizard2.php then i'll check their if they submitted the form via the button if not i'll get them back to file 1 pwizard1.php but the prob is i get not then the $_POST files to check which country they have choosed so i can get the correct states for the country.
Thats my big problem i want when they choosed another country the states are filled with the correct states for the country they choosed.
But i don't want to work via javascript. Thats why i need to fix a solution in step2 they can back to step1 but the values they filled in the fields must be saved.
Well if you don't understand what i mean please let me know i'll give it a try to explain it better
Little question is it possible to put the value from a file field in a variable? I'm working with 4 steps and in step 2 people can upload 4 images but i want everything should only happen at step 4 when they finished everything else.