Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/09/2005, 11:39
Avatar de helthon
helthon
 
Fecha de Ingreso: junio-2005
Ubicación: Lima
Mensajes: 549
Antigüedad: 18 años, 10 meses
Puntos: 7
Pregunta

Amigazoss

YO simemprehe trabajo con este modelo de libro pero ahora me sale este mensaje de errror :

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in


Si alguien sabe de usar un mejor metodo para mostrar el libro se los agradecer mucho
Código PHP:
<?php
require_once('conf/conexionbd.php');
$result=mysql_query("SELECT * FROM `librodevisitas`  ORDER BY `id` DESC  ");

while(
$row mysql_fetch_array($result)){     
echo
' <table width="480" border="1"><tr> ';
echo
'  <td>Nombre</td>';
echo
'  <td>' .$row["nick"]. 'td>';
echo
'  </tr> <tr>';
echo
'  <td>Email</td>';
echo
'  <td>' .$row["email"]. '</td>';
echo
'  </tr><tr>';
echo
'  <td>fecha</td>';
echo
'  <td>' .$row["fecha"]. '</td>';
echo
'  </tr></table>';

mysql_free_result($result); 
mysql_close($dbh);    
?>
__________________
HELTHON FUENTES
FLORERIA FLORES PERU Floresperu.com.pe
Garantizamos que cada entrega de flores será de la más alta calidad y frescura