Ver Mensaje Individual
  #12 (permalink)  
Antiguo 22/04/2008, 07:58
Avatar de Carlojas
Carlojas
 
Fecha de Ingreso: junio-2007
Ubicación: Shikasta
Mensajes: 1.272
Antigüedad: 17 años, 5 meses
Puntos: 49
Re: error php. ayuda.

Aparte de lo que te dicen en el post anterior, verifica tambien que no tengas errores en tus consultas agrega el mysql_error()
Código PHP:
if($_POST["submit"] == "verificar"){  
$resultat mysql_query("SELECT Nom,Cognoms from treballadors WHERE DNI = '$DNI'",$conexio) or die( mysql_error() ); 
$numero mysql_num_rows($resultat); 

Saludos.