Discussion: variable
Afficher un message
Vieux 15/09/2007, 19h09   #5
Michael Fesser
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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
  Réponse avec citation
 
Page generated in 0,04699 seconds with 9 queries