Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/08/2008, 18:25
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Respuesta: Problemazo con el fetch_array

Checa tu query:
Código PHP:
$idmysql_query ("select MAX(id) from posts",$db) or die( "error en query: " mysql_error() ); 
Saludos.