Roze
Jun 20th 2005, 10:25 am
Hello, this is very strange.
I've got a very simple php include in the middle of an html document. I've told .htaccess to deal with php in html files.
<?php
include "file";
?>
The page displays fine in Firefox but IE cuts the page off where the code is....Yet I select View Source and it's kind of in there. Do you have any idea what could possibly do this? I've looked for the obvious but can't figure it out. Thanks, smart people.
I've got a very simple php include in the middle of an html document. I've told .htaccess to deal with php in html files.
<?php
include "file";
?>
The page displays fine in Firefox but IE cuts the page off where the code is....Yet I select View Source and it's kind of in there. Do you have any idea what could possibly do this? I've looked for the obvious but can't figure it out. Thanks, smart people.