Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/06/2008, 07:55
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
Respuesta: Problemas al intentar acceder MYSQL

Tema trasladado a PHP General.

Cambia esta linea:
Código PHP:
mysql_query("INSERT INTO bt_usuario (Nombre, Password, Tipo, FechaCreacion, NivelPrivacidad, Habilitado) VALUES('$usuario', '$pass', '$tipo', '$fechingreso', 3, 0)") or die( mysql_error() ); 
Saludos.