Quote:
Originally posted by chris
2. Php Script.
call this process.php or whatever you want.
it gets the info from the above script (this is email and password). The values that email holds (ie what was typed in) is now held in $email.
You can do now what ever you want with these variables in the script, add them to a database etc whatver.
|
In the first part of this script I would basically say: email="$email",
username="$username", password="$password".
Then in the second part, i would send the data, while saying everyonenetuser="$username", etc..?