RE: [PHP] PHP 4.2.0 and the GET method URLs

2002-05-04 Thread John Holmes
Have you tried using $_GET["name"] to get the value? ---John Holmes... > -Original Message- > From: Dylan Fitzgerald [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 04, 2002 9:53 AM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP 4.2.0 and the GET method URLs

[PHP] PHP 4.2.0 and the GET method URLs

2002-05-04 Thread Dylan Fitzgerald
Hello- I recently installed PHP 4.2.0 and Apache2, and everything finally seems to be working nicely...except for GET method (which I believe it http://sitename/pagename.php?var=value&var=value&var=value; perhaps that's POST, sue me...). The variables simply aren't passed to the PHP script.