Hello,
This is probably a dumb config error of some kind, but when I try to do a PHP include of my site's header, I get this error:
Warning: Failed opening '/includes/displayheader.php' for inclusion (include_path='.:/usr/lib/php') in /Library/WebServer/Documents/index.php on line 28
line 28 is the include and reads:
include ("/includes/displayheader.php");
(within php tags which the board seems not to like)
Did I do something wrong? Is there a config setting I need to do somewhere? Thanks a million for any help you can offer,
OK
DAH