Php Include

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Daveygz
Forum Newbie
Posts: 3
Joined: Fri Dec 24, 2010 12:17 pm

Php Include

Post by Daveygz »

I could use a little help. I would like to do an include of a horizontal accordion script. It works fine if I access the page on it's own, but if I include the file it doesn't seem to work. It seems to be unable to load one of the jquery scripts. I have tried placing the js script links in my navigation header (which is an included file as well) and also just on the page I want to include, but I get the same non-working result. When the scripts are accessed through the page to be included, that page works fine when tested on the server. I have tried full paths (ex http://www.xxxxxxx.xom/js/script.js) but they still seem to refuse to work when I am including this page.

Any thoughts would be great appreciated.
Thanks
Daveygz
litebearer
Forum Contributor
Posts: 194
Joined: Sat Mar 27, 2004 5:54 am

Re: Php Include

Post by litebearer »

The issue seems to be on line 287.345 JK

It is considerably easier for people here to solve a problem if they can see the relevant code.
Post Reply