Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/01/2002, 07:19
Avatar de Ferdy
Ferdy
Colaborador
 
Fecha de Ingreso: junio-2001
Ubicación: España
Mensajes: 1.430
Antigüedad: 22 años, 10 meses
Puntos: 0
Re: Variables globales

Algo así<pre>&lt;?php
function loquesea()
{
global $variable;
# resto del code
}
?&gt; </pre>

Salu2

- Fernando Pereda ( Ferdy )
<center><a href="http://www.ferdyx.org/firmas.php"><img src="http://www.ferdyx.org/reg_tira.jpg" border="0"></a></center>