View Single Post
Old 01-18-2003, 09:15 PM   #3 (permalink)
anon
Guest
 
Posts: n/a
after around 10 minutes of googling I found it on php.net. Do
blah=$_POST['username'];
And you will get username! Now change the form from method=get to original method=post


EDIT: This is the URL if you want it http://www.php.net/manual/en/reserved.variables.php
  Reply With Quote