This is the error message I get:
Warning: main(latestspend_all.inc.php): failed to open stream: No such file or directory in /home/www/thehourlyhyip.com/latestspend.php on line 8
Warning: main(latestspend_all.inc.php): failed to open stream: No such file or directory in /home/www/thehourlyhyip.com/latestspend.php on line 8
Warning: main(latestspend_all.inc.php): failed to open stream: No such file or directory in /home/www/thehourlyhyip.com/latestspend.php on line 8
Warning: main(): Failed opening 'latestspend_all.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/www/thehourlyhyip.com/latestspend.php on line 8
Here is the page it is in reference to:
<?
include "config.inc.php";
$dbconn = db_open();
if(!$dbconn) exit;
include "html.head.inc.php";
?>
<?
include "latestspend_all.inc.php";
?>
<?
db_close($dbconn);
?>
Can you tell me what's wrong?