![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/12/2010, 18:37
|
| | Fecha de Ingreso: febrero-2009 Ubicación: Argentina, Santa Fe, Rosario
Mensajes: 305
Antigüedad: 16 años Puntos: 4 | |
Respuesta: Ayuda con INSERT INTO Cita:
Iniciado por IbericaSolutions 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 ;). el código que me acabas de pasar me da error 403 forbibben O.o |