Nevermind. When copying my code to show you I noticed I have HTTP_GET_VARS, instead of $HTTP_GET_VARS, and now everything works.

Time to go home I guess.


On Friday, January 17, 2003, at 04:22 PM, Rick Emery wrote:

Show us your code
----- Original Message -----
From: "Mike Tuller" <[EMAIL PROTECTED]>
To: "php mailing list" <[EMAIL PROTECTED]>
Sent: Friday, January 17, 2003 4:05 PM
Subject: [PHP] $HTTP_GET_VARS


I am following an example in a book and have run into a problem with a
script that I am trying to run under PHP 4.3.0. What I have is a page
that you click on an id number that is from a listing in a database,
and it is supposed to take you to a page to edit that item. I have the
id sent in the url (http://127.0.0.1/asset/editasset.php?id=3) and the
book says to use $HTTP_GET_VARS to take that id and display the record
for editing on a separate page. When I use $HTTP_GET_VARS nothing is
returned, and I am thinking that I can't use $HTTP_GET_VARS in PHP
4.3.0, so what do I need to use?

Thanks,
Mike


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to