I installed Apache and PHP again after about a year of not using it on my computer. Now I can't seem to get the include function in my PHP scripts to work. I keep getting the error...
Warning: Failed opening 'http://athena/includes/connectblog.php' for inclusion
include_path='') in h:\html\include.php on line 2
Though I've checked the path many times even exchanging "athena" for "localhost" and what not and its correct. The script I use for the include is...
<?php include ('http://athena/includes/connectblog.php');?>
Any ideas? I'm not sure if this is an installtion problem (maybe I have to config something) or a script error. I'm using PHP 4.1.0