Help!!!
Ok I have been on this problem all day. Searching and Searching and just when I thought I
had it...the script didn't work as it was supposed to.
My URL looks like this:
http://mysite.com/joinform.php?Email=mymail@gmail.com&Username=newuser&Password=12345678
I need to parse the email, username and password from the url into the form fields on the
page. So far I have only been able to parse the whole URL :(
Thanks in advance for your help.