Cita:
Iniciado por acousticgerman
Hola amigooo
ahora este error:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ftp'@'localhost' (using password: NO) in /home/httpd/alumnosenred.com.ar/public_html/registrar.php on line 45
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/httpd/alumnosenred.com.ar/public_html/registrar.php on line 45
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/httpd/alumnosenred.com.ar/public_html/registrar.php on line 46
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ftp'@'localhost' (using password: NO) in /home/httpd/alumnosenred.com.ar/public_html/registrar.php on line 58
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/httpd/alumnosenred.com.ar/public_html/registrar.php on line 58
Registro exitoso!
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/httpd/alumnosenred.com.ar/public_html/registrar.php on line 61
Warning: mysql_close(): no MySQL-Link resource supplied in /home/httpd/alumnosenred.com.ar/public_html/registrar.php on line 67
Creo que está muy claro.
1er Warning, error de acceso. No estás metiendo bien el usuario y contraseña (o no los has metido) de la base de datos. Sin eso, no puedes hacer la consulta.
Y ya el resto son porque no tienes consultas para trabajar ya que no se realizan las querys.