yipeedoo
09-08-2001, 09:50 AM
well can someone help me on this ...
i have some space taken on a server... with some php and shtml files on it... It fully supports both of them... once the page is loaded ... it doesn't have any errors... but when i refresh the page, by clicking refresh or F5 in IE it produces some junk which is actually part of my <head></head> and downloads 98% of the page only.... but when i tried the same code on another server it worked perfectly...
what cud be the error on the server?
i tried adding this in the head but didn't help
<?
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header("Expires: Mon,26 Jul 1997 06:00:00 GMT");
?>
i have some space taken on a server... with some php and shtml files on it... It fully supports both of them... once the page is loaded ... it doesn't have any errors... but when i refresh the page, by clicking refresh or F5 in IE it produces some junk which is actually part of my <head></head> and downloads 98% of the page only.... but when i tried the same code on another server it worked perfectly...
what cud be the error on the server?
i tried adding this in the head but didn't help
<?
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header("Expires: Mon,26 Jul 1997 06:00:00 GMT");
?>
