On Saturday 09 November 2002 01:02, Marco Tabini wrote:
> Well, it's possible he's using an older version of PHP in which
> superglobals did not yet exist.

It looks to me as if he just wants to use plain $variable but with 
register_globals disabled that's just not possible. 

Unless you go through that extract($_POST) ritual, all of which is covered in 
the manual and archives.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
The biggest problem with communication is the illusion that it has occurred.
*/


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

Reply via email to