So I've been coding my website using something like this for my website's coding:
Here's my page with coding: http://www.melonberrytea.exofire.net/head.php
And here's my index page: http://www.melonberrytea.exofire.net/index.php
Now this works fine in Firefox, but doesn't show up at all in Internet explorer. Is there something I'm missing or doing wrong? Or is there another way to make this work on IE.
<? include("/home/mbtadmin/public_html/head.php"); ?>
text here blah
<? include("/home/mbtadmin/public_html/foot.php"); ?>
Here's my page with coding: http://www.melonberrytea.exofire.net/head.php
And here's my index page: http://www.melonberrytea.exofire.net/index.php
Now this works fine in Firefox, but doesn't show up at all in Internet explorer. Is there something I'm missing or doing wrong? Or is there another way to make this work on IE.