Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/01/2008, 12:14
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: Problema php y mysql

Prueba cambiar esta linea:
Código PHP:
$LoginRS mysql_query($LoginRS__query$registro_usuarios) or die(mysql_error()); 
Asi:
Código PHP:
$LoginRS mysql_query($LoginRS__query$registro_usuarios) or die("Query: $LoginRS__query Error: " mysql_error()); 
y verifica que error te marca.

Saludos.