Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/06/2010, 14:54
Avatar de wiwi74
wiwi74
 
Fecha de Ingreso: marzo-2008
Mensajes: 515
Antigüedad: 16 años, 1 mes
Puntos: 10
Respuesta: Pasar variables a un archivo con include

Este array que creas, deberia ser recorrido con un loop:

Código PHP:

//$row = mysql_fetch_array($revent);

//asi:

while($row mysql_fetch_array($revent)){

echo 
$row["EveNom"];

//etc...