Re: [PHP] Global Variables -> Local Scope

2001-07-29 Thread Brian White

Well, you could try:

extract( $GLOBALS )

inside a function - that might work..

At 22:14 26/07/2001 -0400, [EMAIL PROTECTED] wrote:
>How can I read in all of the global variables and give them local
>scope?  PLEASE HELP ME.
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]

-
Brian White
Step Two Designs Pty Ltd - SGML, XML & HTML Consultancy
Phone: +612-93197901
Web:   http://www.steptwo.com.au/
Email: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Global Variables -> Local Scope

2001-07-26 Thread [EMAIL PROTECTED]

How can I read in all of the global variables and give them local 
scope?  PLEASE HELP ME.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]