Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/08/2007, 09:50
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: mysql_query en php 5.2.3

Prueba asi:
Código PHP:
$string utf8_encode'Maestros del web , 10 años, Felicitaciones' );
mysql_query("INSERT INTO test (nombre) VALUES ('$string')",$con); 
Saludos.