Hi installer and thorpe,
Thanks for the responses.
To be perfectly clear, the two directories I am trying to set with the include are in the root of the site and are...
1) includes
2) images
In regards to installers idea. I tried just the first line and that would work, if I did that for each indivual file, which is what I am trying to avoid. (Unless I am mistaken?)
And thorpes answer, I did what you suggested, but I am a little grey on the path...
I set my include as such (Note: our ISP tells me their path on the apache system is - /home/inthecla/public_html/) and I checked it with
echo $_SERVER['DOCUMENT_ROOT']
set_include_path(get_include_path().':/home/usr/lib/:/home/usr/functions/:/home/usr/images/:/home/usr/includes/');
(is this correct?)...
or should it be...
set_include_path(get_include_path().':/home/usr/lib/:/home/usr/functions/:/home/inthecla/public_html/images/:/home/inthecla/public_html/includes/');
I tried both and I could not get an image I placed on the page to work (it could not find it, which tells me the include for the images directory did not work).
Thanks for the help, any ideas?
Don