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
Cannot see my footer!!
Moderator: General Moderators
-
PhotoClickr
- Forum Newbie
- Posts: 4
- Joined: Sun Sep 23, 2007 12:32 am
- Location: USA
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Perhaps you need to include your footer page on tools.php
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..
Code: Select all
include_once 'footer.php'; //whatever footer file is called-
PhotoClickr
- Forum Newbie
- Posts: 4
- Joined: Sun Sep 23, 2007 12:32 am
- Location: USA
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
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.
Better yet, create a footer.php file that you can include() on any page as a common footer.
-
PhotoClickr
- Forum Newbie
- Posts: 4
- Joined: Sun Sep 23, 2007 12:32 am
- Location: USA