RE: [PHP] SafeExtract() ... extract securily

2002-04-17 Thread Matthew Walker
, 2002 11:13 AM To: [EMAIL PROTECTED] Subject: [PHP] SafeExtract() ... extract securily Hi, For security reasons ... Global Variables is to be turned off ... But the global variables was an hassle free way to get the variables into the global scope. Here is an alternate to it and do it securily

[PHP] SafeExtract() ... extract securily

2002-04-17 Thread Amit Arora
Hi, For security reasons ... Global Variables is to be turned off ... But the global variables was an hassle free way to get the variables into the global scope. Here is an alternate to it and do it securily ... A simple example would be ... Just use the following function on top of the code .