I want to write a script to register the users by using wizard
for example step1 to fill the username and password
step2 to fill the personal info.
setp3 etc
any help
Printable View
I want to write a script to register the users by using wizard
for example step1 to fill the username and password
step2 to fill the personal info.
setp3 etc
any help
What specifically do you need help with? :confused:
I want code 4 that or how to do it theoritically
Nobody is just going to write the code for you.
Start giving it a try. When you run into problems, we'll be more than happy to help.
But I doubt anyone is going to go and write the whole thing for you.
theoritically??Quote:
Originally posted by proff.hacker
I want code 4 that or how to do it theoritically
well here you go.
the user fills the user and passwor dout and hits submi, you take this and do what ever with it (either stick it in a db or save it)
then they fill the info out and hit submit, samething, you do something with it on the next page.
do you see a pattern here?