Re: Re[2]: [PHP-WIN] Problem in passing parameters

2002-07-17 Thread Lung
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:

Re[2]: [PHP-WIN] Problem in passing parameters

2002-07-17 Thread Asmodean
: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

RE: [PHP-WIN] Problem in passing parameters

2002-07-17 Thread Ross Fleming
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

[PHP-WIN] Problem in passing parameters

2002-07-17 Thread Lung
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