Tema
:
Problemazo con el fetch_array
Ver Mensaje Individual
#
2
(
permalink
)
07/08/2008, 18:25
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:
$id
=
mysql_query
(
"select MAX(id) from posts"
,
$db
) or die(
"error en query: "
.
mysql_error
() );
Saludos.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV