ok, i been trying to use include(). and i got it to work, as long as the file i want to include is in the same directory. however, when the file that needs another file is in a subdirectory, i don't know how to write the code/relative path so that it will find the correct file. i keep getting the "Failure to open file" error, and it won't work.
can anyone tell me what to do??
i tried using the absolute url but that doesn't work either.
possibly, if some1 can explain "/", ".", and ".." when referring to relative paths, that would be helpful as well.