Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/12/2004, 06:06
alid
 
Fecha de Ingreso: diciembre-2002
Ubicación: Caracas D.F.
Mensajes: 144
Antigüedad: 22 años, 1 mes
Puntos: 0
Hola! creo que tu error esta Aquí...

$respuesta = mysql_query("INSERT INTO is_foto_oficina (IDOFICINA,NOMBRE) VALUES ('".$_POST["id"]."','".$_POST["new_name"]."')", $db);

mysql_db_query("INSERT INTO is_foto_oficina (IDOFICINA,NOMBRE) values ('$_POST["id"]','$_POST["new_name"]')", $db);