Quote:
Originally Posted by jdelator
The php script take in the variables like the username, password, email, etc.. then used the tutorial in the link.
|
If you are doing this sort of thing, make sure you include a secret that both scripts can verify (to prevent malicious use), maybe something like sha1($password . $secret) (of course don't use this one I just posted

).