Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/03/2008, 09:21
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
Re: problema con este insert

Prueba así:
Código PHP:
$rs mysql_query($sql$con) or die("Error al grabar un mensaje: " mysql_error()); 
Saludos.