Page 1 of 1

Php Include

Posted: Thu Apr 12, 2012 3:46 pm
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

Re: Php Include

Posted: Thu Apr 12, 2012 4:35 pm
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.