Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/04/2008, 09:57
Avatar de korg1988
korg1988
 
Fecha de Ingreso: junio-2006
Ubicación: Santa Fe, Argentina
Mensajes: 825
Antigüedad: 17 años, 9 meses
Puntos: 19
Re: PHP+MySQL no añade registro

Código PHP:
//te falta el identificador de coneccion en mysql_query
// en el archivo aniadir_fn.php

$result mysql_query($sql$db1);