Am trying to connect a web form to a mysql database created in cpanel but have the following errors:
Warning: include(config.inc.php) [function.include]: failed to open stream: No such file or directory in /home/warranty/public_html/database/processor.php on line 7
Warning: include(config.inc.php) [function.include]: failed to open stream: No such file or directory in /home/warranty/public_html/database/processor.php on line 7
Warning: include() [function.include]: Failed opening ‘config.inc.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/warranty/public_html/database/processor.php on line 7
Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘warranty’@‘localhost’ (using password: NO) in /home/warranty/public_html/database/processor.php on line 8
Could not connect to database: Access denied for user ‘warranty’@‘localhost’ (using password: NO)
Any help would be gratefully recieved for a newbie