Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/06/2009, 14:20
pecilote
 
Fecha de Ingreso: mayo-2008
Mensajes: 17
Antigüedad: 16 años
Puntos: 0
Respuesta: No inserta los datos en la Base de Datos

Cita:
Iniciado por abimaelrc Ver Mensaje
para saber si hay algun error tienes que escribir

mysql_query() or die(mysql_error())

verifica si con eso te tira algun error
si me tira..No database selected
Cita:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/www/xxx.biz/nuevoComentario.php on line 17

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/www/xxx.biz/nuevoComentario.php on line 19
Comentario Enviado Con Exito.
Espere Unos Segundos...No database selected
estas son las lineas
Linea 17:
Código PHP:
$rowCom2 mysql_fetch_array($resultCom2); 
linea 19
Código PHP:
mysql_free_result($resultCom2); 
cual es el problema cn esas lineas :S?

Última edición por pecilote; 19/06/2009 a las 14:31