require dirname(__FILE__).'/yahooPHP/lib/Yahoo.inc';
This line is in one file in one directory and I am having trouble determining how to reference a file in another directory.
What does this expression mean and does it imply references must only be within the same directory?