Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/07/2010, 09:35
SeaPirates
 
Fecha de Ingreso: enero-2009
Ubicación: España
Mensajes: 786
Antigüedad: 15 años, 3 meses
Puntos: 9
Error funcion date()

Hola no se porqué cuando accedo a mi pagina me tira:

Cita:
Warning: date() expects parameter 2 to be long, string given in /home/web/ihost/usuarios.php on line 80 Warning: date() expects parameter 2 to be long, string given in /home/web/ihost/usuarios.php on line 80


la linea 80 es esta:

Código PHP:
$diasemana date(w,$fecha) ; 
$diames date(j,$fecha) ; 
$mesano date(n,$fecha) - 
$ano date(Y,$fecha) ;