![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/12/2010, 18:34
|
| | Fecha de Ingreso: junio-2010 Ubicación: España
Mensajes: 5
Antigüedad: 14 años, 8 meses Puntos: 0 | |
Respuesta: Ayuda con INSERT INTO Buenas,
Prueba de esta forma:
$insertSQL = sprintf("INSERT INTO ".$prefix_db."data (id, ip, text) VALUES ('$now', '$ip',CONVERT(_latin1 '%s' USING utf8)", GetSQLValueString($_POST['text'], "text"));
Saludos ;). |