On Friday, Nov 8, 2002, at 16:56 Europe/London, R B wrote:
And without using the $_GET[] array.....
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.

--
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

Reply via email to