I'm trying to use a php document within another php file using the require_once function. However it only works when I run it in a particular directory. When I run it out of the directory in my other script it does not work. I'm using the Zend Gdata framework if that helps. Any ideas?
I figured it out. You have to set the include path. Use this function ini_set("include_path", "/..../..../.../Path/"); Peace. Thanks to this website: http://www.modwest.com/help/kb5-98.html