PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Alright, now I'm trying to use include on some files within a directory. For some reason, it isn't working. If you can tell me something, please let me know. To see what I'm talking about, go to http://zorasdomain.com/phprogram/index.php
I tried adding the .. to the code, and no change. Also I CHMOD-ed the html directory to 777 (full permission), so I don't know what I'm missing. The book I'm reading on it said something about the include path, but within the syntax it assumes you're setting it on a local machine, with D:\somepath
I saw what the problem was; I just had to CHMOD the individual files instead of the directories they were contained in. Its working fine now, so thanks for the help anyway!