does any1 here know why i got this error message when i try to run my program in php
Warning: require_once(ht tp://localhost/own work/sql.inc.php) [function.requir e-once]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\wamp\www\own work\config.inc .php on line 30
Fatal error: require_once() [function.requir e]: Failed opening required 'http://localhost/own work/sql.inc.php' (include_path=' .;C:\php5\pear' ) in C:\wamp\www\own work\config.inc .php on line 30
Warning: require_once(ht tp://localhost/own work/sql.inc.php) [function.requir e-once]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\wamp\www\own work\config.inc .php on line 30
Fatal error: require_once() [function.requir e]: Failed opening required 'http://localhost/own work/sql.inc.php' (include_path=' .;C:\php5\pear' ) in C:\wamp\www\own work\config.inc .php on line 30
Comment