Thanks eveyone for all the info. I got it working!
:) Frank --- Gabriel Peugnet <[EMAIL PROTECTED]> wrote: > 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 > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php