Ver Mensaje Individual
  #9 (permalink)  
Antiguo 24/10/2006, 17:32
Avatar de keegan
keegan
 
Fecha de Ingreso: septiembre-2004
Ubicación: Buenos Aires
Mensajes: 584
Antigüedad: 19 años, 7 meses
Puntos: 0
Bueno ahora esto...
Código PHP:
<? 
$link 
mysql_connect('www.ydesign.com.ar''kuagin''xxx');   
   
mysql_select_db('mouse') or die("No puedo seleccionar la bd.");    
$consulta="select * FROM mailsender order by id desc";  
$resultado=mysql_query($consulta);  
   echo 
"<table>";  
   while (
$row mysql_fetch_array($resultado))  
  {  
     echo 
"<tr><td>" $row["mail"] . "<td>" $row["fecha"] . "</td></tr>";    }  
   echo 
"</table>";   
?>
Dice que tengo problemas en esta linea:
Código PHP:
while ($row mysql_fetch_array($resultado)) 
__________________
www.fanafalcon.com.ar