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

Reply via email to