variables? I hope you mean $_POST[username] and
$_POST[password] ?
> RF> If not, read the manual about accessing variables. Otherwise, let us
know
>
> RF> Ross
>
> >> -Original Message-
> >> From: Lung [mailto:[EMAIL PROTECTED]]
> >> Sent:
:26
>> To: [EMAIL PROTECTED]
>> Subject: [PHP-WIN] Problem in passing parameters
>>
>>
>> Hi,
>>
>> I have built a form for inputting username & password and
>> called login.php
>> to handle. However, I fail to pass the variables to index.php lik
bject: [PHP-WIN] Problem in passing parameters
>
>
> Hi,
>
> I have built a form for inputting username & password and
> called login.php
> to handle. However, I fail to pass the variables to index.php like:
> http://localhost/php/login.php?username=test&password=te
Hi,
I have built a form for inputting username & password and called login.php
to handle. However, I fail to pass the variables to index.php like:
http://localhost/php/login.php?username=test&password=test. When I check the
variables in login.php, it said these variables are unset. Please adivs