Hi i know this is quite simple, but i'm stuck finding the right syntax for it.
I am building a registration form.
I have added a "check username" against existing username in the datatbase fucntion.
so far so good, when the username is already taken, i am sending the user to a new page that says "username already taken, please try new one, and the form is there to fill in again.
Only problem:
How do I make that the values that the user has entered for all the other fileds are parsed to that new page and filled in the form again?
so the user does not have to fill in the form twice.
My redirect page is called: UserRegalreadyexist.php
I know I should make it something like:
UserRegalreadyexist.php?$name="form value",surname="form value" etc.
and then retrieve these values on the form on my page.
but how exactly?
Can you help pls?
Thanks,
Vinny