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
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 Genera
2 matches
Mail list logo