Page 1 of 1

Cannot see my footer!!

Posted: Sun Sep 23, 2007 12:48 am
by PhotoClickr
I have a website that is now live and for some odd reason my footer is not showing on certain pages.

If you go to my site, you will see how it is supposed to look on all pages.... http://www.photoclickr.com but on several of the pages after you register and log in you get this... http://www.photoclickr.com/tools.php?action=upload . There is supposed to be everything below the copyright disclaimer.

I hope the last link worked. If it doesn't, please register and log in to see the problem... I have been to several different php forums and no-one seems to be able to help me.

Believe me when I say this has been a real pain in my backside as I am not a php coder and I just kinda teach myself.

I really appreciate any help from you all... Thanks alot!!!!

PhotoClickr

Posted: Sun Sep 23, 2007 1:03 am
by John Cartwright
Perhaps you need to include your footer page on tools.php

Code: Select all

include_once 'footer.php'; //whatever footer file is called
Your best bet is to look in your index.php to see where or how the footer is being displayed. Although without seeings the code it is dificult to tell..

Posted: Sun Sep 23, 2007 1:14 am
by PhotoClickr
I dont have just a footer page and my index page is html. The footer is set in the style.css and my tools.php already calls for the style.css.

I have no idea where or how to insert that code you posted .... I am a dunce!!!

Posted: Sun Sep 23, 2007 1:29 am
by John Cartwright
I'm certainly not going to do it for you.. thats not what we do. Play around by inserting the footer portion from your index.html into your tools.php file.

Better yet, create a footer.php file that you can include() on any page as a common footer.

Posted: Sun Sep 23, 2007 1:37 am
by PhotoClickr
Ok I will do but not tonight as it is really late here so I will do in the morning... I will let you know how it went and thanks alot :)