|
|
 |
Re: FN-FORUM PHP Problem - Only Simple
date posted 21st June 2002 21:15
Erm....yeah!
If you want your scripts to be compatible across the board though, you'll
have to use...
extract($HTTP_POST_VARS);
...as versions of PHP prior to 4.2.0 don't support the new associative
arrays ($_POST etc). Also, if you're variables are sequentially numbered you
might be better of using the above method with a loop to check and
compensate for magic quotes rather than doing each one manually! Something
like...
$base = 'a';
for ($count = 1; $count theme,
|
 |
|