My site is hosted on a Cobalt Raq3 server running PHP 4.0.6. I'm having some problems with PHP include() and require() commands.
Most of the time a page will load without any problem, but occasionally the include file isn't included before the HTML is served to the browser.
For instance my /includes/config.php file contains settings like the path to the images directory and my /includes/header.php file contains a link to an external style sheet.
When the include files are not included correctly none of the images load and none of the styles are applied.
Strangely, sometimes a portion of the include file will be there and sometimes none of it.
Has anybody else experienced this problem? Is it a known issue with Cobalt servers? Or am I doing something really dumb?
Most of the time a page will load without any problem, but occasionally the include file isn't included before the HTML is served to the browser.
For instance my /includes/config.php file contains settings like the path to the images directory and my /includes/header.php file contains a link to an external style sheet.
When the include files are not included correctly none of the images load and none of the styles are applied.
Strangely, sometimes a portion of the include file will be there and sometimes none of it.
Has anybody else experienced this problem? Is it a known issue with Cobalt servers? Or am I doing something really dumb?