Ver Mensaje Individual
  #16 (permalink)  
Antiguo 22/04/2008, 10:07
Avatar de Eleazan
Eleazan
 
Fecha de Ingreso: abril-2008
Ubicación: Ibiza
Mensajes: 1.879
Antigüedad: 16 años, 11 meses
Puntos: 326
Re: error php modificacion datos.

prueba

Código PHP:

$conexio
=mysql_connect("localhost","root","") or die("Fallo al conectar");
mysql_select_db("exercicis",$conexio) or die("Fallo al establecer la bbdd"); 
El fallo está en $conexio creo :S