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!
I guess there is something wrong mit my php or Apache configuration...
include("./xx/xx.php"); woks but not at all. If i use include("../xx/xx.php"); i does not work! I dont know what is wrong plz help me! I want ../ to be a link to my root directory as it works with all other providers i know.
Does require("d:\\media\\foot.php") or require("d:/media/foot.php") work? If not, the only way to include it might be to place the foot.php file in the hp4 path--or maybe place the entire media folder in hp4.
to access it from a file in hp4? Basically when you do that you're looking for the file d:\media\foot.php, which, as the error message tells you, doesn't exist.