Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/04/2008, 09:04
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: [AYUDA] Verificar contraseña

Cambia tus querys así:
Código PHP:
$checkuser mysql_query("SELECT username FROM registro WHERE user='$user'") or die( mysql_error() );
$checkmail mysql_query("SELECT email FROM registro WHERE mail='$mail'") or die( mysql_error() ); 
Saludos.