Re: [PHP] really simple problem with GET

2003-03-12 Thread Hugh Danaher
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 10:04 AM Subject: [PHP] really simple problem with GET > Hi, > > I am sorry if the level of this question is too simple but I can't figure > out what's wrong. I want to pass a variable

Re: [PHP] really simple problem with GET

2003-03-12 Thread Ray Hunter
You form tag should be passing the get request to the php script. example: ... In test.php all should work now... -- Ray On Wed, 2003-03-12 at 11:04, Poon, Kelvin (Infomart) wrote: > Hi, > > I am sorry if the level of this question is too simple but I can't figure > out what's wrong. I w

[PHP] really simple problem with GET

2003-03-12 Thread Poon, Kelvin (Infomart)
Hi, I am sorry if the level of this question is too simple but I can't figure out what's wrong. I want to pass a variable value through the URL using the Get method. FOr example http://.../test.php?$test=0 and my test.php code are as follow: BUt my outcome is hello so therefore