182x Posted November 16, 2006 Share Posted November 16, 2006 Hey guys, I am just getting to grips with PHP and have come across an error with the login page I have created, any help would be great the following is the error messages:[b]Errors:[/b][code]Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\Program Files\Apache Group\Apache2\htdocs\New Folder\processLogin.php on line 13Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program Files\Apache Group\Apache2\htdocs\New Folder\processLogin.php on line 16Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\New Folder\processLogin.php:6) in C:\Program Files\Apache Group\Apache2\htdocs\New Folder\processLogin.php on line 30[/code] Link to comment https://forums.phpfreaks.com/topic/27490-php-error-with-login/ Share on other sites More sharing options...
Orio Posted November 16, 2006 Share Posted November 16, 2006 Are you sure that the connection to the database works?Orio. Link to comment https://forums.phpfreaks.com/topic/27490-php-error-with-login/#findComment-125670 Share on other sites More sharing options...
182x Posted November 16, 2006 Author Share Posted November 16, 2006 OOps that was my bad sorry it was a fault with the connection, sorry about that and thanks for your help. Link to comment https://forums.phpfreaks.com/topic/27490-php-error-with-login/#findComment-125671 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.