Quote:
Originally Posted by Dismounted
And the errors are?...
|
With this current code, no errors but still the original issues:
headinclude
base href="http://www.lahabraevents.com/forum/"
index-test.php
chdir('/home/xxxx/public_html/forum')
link href="http://www.lahabraevents.com/forum/clientscript/vbulletin_css/style-b391d83b-00002.css" rel="stylesheet" type="text/css"
include ("http://www.lahabraevents.com/forum/calendar.php");
Error
If I change the include to a relative path, I get the same errors I have been fighting.
include ("calendar.php");
Error:
Unable to add cookies, header already sent.
File: /home/xxxx/public_html/index-test.php
Line: 7
Hopefully I am missing something simple.
Thanks again,
David