On Friday, Nov 8, 2002, at 16:56 Europe/London, R B wrote:
Why don't you want to use the $_GET array? If you really don't want to use it you can use the extract function but if you're going to do that you might as well have register_globals on.And without using the $_GET[] array.....
--
Stuart
p02.php code: ... ... echo $_GET['pp']; ... ...-- Stuart
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php