Help - Search - Members - Calendar
Full Version: php footer
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
turniphead-stuff
I am trying to figure out how to put content in my footer.
i have my header.php and it works perfect. all my content php pages work as well.

this is the code for my index.php
CODE
<?php include('header.php'); ?>
<div id="contentbar"><?php
$number = "5";
$template = "Default";
include('cutenews/show_news.php');?>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<center>
<P>
<P>
<!-- Begin: AdBrite -->
<script type="text/javascript">
var AdBrite_Title_Color = '00ccff';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'ffffff';
var AdBrite_URL_Color = 'ff00cc';
</script>
<span style="white-space:nowrap;"><script src="http://ads.adbrite.com/mb/text_group.php?sid=641217&zs=3436385f3630" type="text/javascript"></script><!--
--><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=641217&afsid=1"><img src="http://files.adbrite.com/mb/images/adbrite-your-ad-here-banner.gif" style="background-color:#ffffff;border:none;padding:0;margin:0;" alt="Your Ad Here" width="11" height="60" border="0" /></a></span>
<!-- End: AdBrite -->
<P>
<P>
<P>
copyright <u>rachel schmidt - overlookedd.com</u>
<BR>all photography belongs to it's respected owner. i take no credit for photography.
<BR> 2008 All Rights Reserved
<BR>
<a href="faqs.php">faq</a> | <a href="contact.php">contact</a> | <a href="http://www.myspace.com/153859039">our myspace</a> </div>
<?php include('footer.php'); ?>


I always end my content pages with
<?php include('footer.php'); ?>


i am trying to put ads in my footer.
this is the code for my footer.php
CODE
<center>
<!-- Begin: AdBrite -->
<script type="text/javascript">
var AdBrite_Title_Color = '00ee00';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'FFFFFF';
var AdBrite_URL_Color = 'ff00cc';
</script>
<script src="http://ads.adbrite.com/mb/text_group.php?sid=654198&zs=3330305f323530" type="text/javascript"></script>
<div><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=654198&afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;">Your Ad Here</a></div>
<!-- End: AdBrite -->
</html>


can anyone help me? i've tried googling php coding, but i am not having much luck. thanks!
turniphead-stuff
i figured it out.
you can close this.
pandora
Topic Closed, and Moved to Resolved Topics. Please PM a moderator if you would like this reopened.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.