![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/11/2008, 16:57
|
| | Fecha de Ingreso: noviembre-2002
Mensajes: 1.341
Antigüedad: 22 años, 3 meses Puntos: 17 | |
Respuesta: como puedo hacer esto..... Algo rápido:
Código php:
Ver original$message = 'El mensaje a insertar'; $id = $row[0]; $insert = mysql_query("INSERT INTO PrivateMessages VALUES ('$id', '$message')"); // Aquí podríamos comprobar si el Insert se ha realizado correctamente... }
|