Include
Posted: Thu Aug 25, 2011 6:08 pm
if($str1[REF] == 'index.php')
{
echo '<div class="solid_divider"><img src="images/spacer.gif" width="1" height="1" alt="spacer"></div><br>
<p><font size="2px">All my content will go here.</p>
</font><br>'; }
I have this if statement / string and I want it to be and Include on the home page and the homepage only. The problem is when i call it out by index.php it appears on other pages when the dynamic URLS have www.mysite.com/index.php?category_name=this
Thanks in advance for any help.
{
echo '<div class="solid_divider"><img src="images/spacer.gif" width="1" height="1" alt="spacer"></div><br>
<p><font size="2px">All my content will go here.</p>
</font><br>'; }
I have this if statement / string and I want it to be and Include on the home page and the homepage only. The problem is when i call it out by index.php it appears on other pages when the dynamic URLS have www.mysite.com/index.php?category_name=this
Thanks in advance for any help.