Hi,
I am having a bit of a problem with my site. I am using BASE HREF to set the base url for the files. This works fine for all the html and pictures, however none of the php includes seem to accept it.
Example:
<base href="http://www.nanaplaza.com/newsite/">
<?php
include("include/browser.htm");
?>
<SCRIPT LANGUAGE="JavaScript" SRC="include/float.js"></script>
When loading this page, the javascript executes, but I receive an error for the php include.
Would be grateful for some help.
See ya, Marcel