|
Posted by Michael Fesser on 09/15/07 18:09
..oO(Gandalf)
>$var gets the value '_POST'
>function create_par($var){
> global $_COOKIE, $_POST, $active;
$_COOKIE, $_POST etc. are always available, no need to use 'global' on
them. But:
| Please note that variable variables cannot be used with PHP's
| Superglobal arrays within functions or class methods.
Micha
Navigation:
[Reply to this message]
|