Every body have already gave you the answers. Just one more thing: the method you are useing is GET because you are passing variables in the URL so use of $_POST doesn't work.
the only line you need is $username = $_GET['username']; after this you can do any thing with $username. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php