SDP2006
09-09-2003, 05:16 PM
Having a problem. In the head of my page, i have a simple line of php code
<?php
include('/includes/include.php');
?>
When I access the page from my computer at home, everything is fine (except for the parse error, which I am working out).
I access it from school, it pops up a download dialog box (see attached image)
Anyone know what the prob is??
The include file just checks for a cookie, and if the cookie is present, it redirects the browser to a different location.
Thanks
BTW, the images colors are not accurate. It saved like that when I saved as gif.
<?php
include('/includes/include.php');
?>
When I access the page from my computer at home, everything is fine (except for the parse error, which I am working out).
I access it from school, it pops up a download dialog box (see attached image)
Anyone know what the prob is??
The include file just checks for a cookie, and if the cookie is present, it redirects the browser to a different location.
Thanks
BTW, the images colors are not accurate. It saved like that when I saved as gif.