Capture what user enters in web form to create account
Hello,
How do I allow users to create an account via a web form (example user enters username and password). Do I need to create a script that php then calls? I'm not sure how to capture what the user enters and then pass that to the script?
|