Re: variable
..oO(Gandalf)
>$var gets the value '_POST'
>function create_par($var){
> global $_, $_POST, $active;
$_, $_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
|