Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/07/2003, 00:35
Zypper
 
Fecha de Ingreso: febrero-2003
Ubicación: Viña del Mar
Mensajes: 85
Antigüedad: 21 años, 2 meses
Puntos: 2
Solucion puesta no se cuantas veces en el foro:

cambia la linea
Código PHP:
$RES_CLIENTE MYSQL_QUERY($CON_CLIENTE); 
por..

Código PHP:
$RES_CLIENTE MYSQL_QUERY($CON_CLIENTE) or die("Error en la consulta:$CON_CLIENTE ".mysql_error()); 
pa' saber que esta alegando el MySQL
__________________
http://www.zypper.cl/blues.gif
(web-hosting)