
08/10/2003, 07:45
|
 | Usuario no validado | | Fecha de Ingreso: mayo-2003 Ubicación: Chile
Mensajes: 295
Antigüedad: 21 años, 10 meses Puntos: 0 | |
error con mysql_free_result() tengo los siguiente en mi script :
$ultimo=mysql_db_query("lospanzers","select * from usuarios Order By codigo Desc Limit 1") or die(mysql_error());
//Mostramos los registros
while ($mostrar=mysql_fetch_array($ultimo))
{
echo '<font class="letras">Ultimo <b>'.ucfirst($mostrar["nick"]).'</b></font>';
}
mysql_free_result($mostrar);
y me aparece el siguiente error...
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/webcindario/lospanzers/index.php on line 344 |