I continue getting this error:
Warning: require_once(DB.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\db_connect.php on line 5
Fatal error: require_once() [function.require]: Failed opening required 'DB.php' (include_path='.;C:\php5\pear') in C:\wamp\www\db_connect.php on line 5
Line 5 of my code is
require_once 'DB.php';
If I make a blank DB.php file it gives a different error.
I'm seriously confused on what DB.php is supposed to do