How Do I Get My Banners To Show Up In PHP Site?

by 2 replies
3
My article directory isn't displaying my banner when I click on an article. It shows up on the main page but disappears when I go to read an article.

Any ideas on what the problem could be?
www.didarticles.com
I also seem to have a search function that no longer works properly. I'm going insane over this!

Dennis Francis
DiD Publishing
#programming #banners #php #show #site
  • Banned
    [DELETED]
    • [1] reply
    • Without the code files, I assume only reason for this error is that to display this banner you may have given the path in root directory as
      ./images/banner1.jpg

      But when user move to an article page, php couldn't be able to find any images folder and banner1.jpg
      My suggestion is this, correct the path for banner in your php code and I hope it will fix the error.
      • [ 1 ] Thanks
      • [1] reply

Next Topics on Trending Feed