Anyone know any common reasons why $PHP_SELF?include="" wouldn't work? I've got my index file including a nav bar, then my nav bar using the $PHP_SELF includes. None of the nav bar links work.
Here's how the nav bar links look~
<a href="<?php echo "$PHP_SELF?include=download.inc"; ?>" onMouseOver="imgOn('img1')" onMouseOut="imgOff('img1')"><img name="img1" src="images/download.gif" border=0></a>
Wow that looks BAD.. well see if you can let me know why that might not include the file I've suggested. Some background:
The files are all in the same root directory and I can't seem to get it to function properly. I thought the JavaScript might be getting in the way, but it doesn't seem to be.