![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/08/2008, 17:11
|
| | Fecha de Ingreso: agosto-2008
Mensajes: 3
Antigüedad: 16 años, 5 meses Puntos: 0 | |
Respuesta: Problema al intentar insertar datos en una tabla de mysql proba asi:
$sql_insert = "INSERT INTO alumno_hist (SELECT * FROM alumnos WHERE alumn_id = '$user_id'");
if (mysql_query($sql_insert, $conexionMySql) or die(mysql_error())){ |