Currently viewing the category:
"PHP"
Question: How do I target a page one folder up with php?
Hi I am trying to build a website using php and im stuck with a very stupid problem.
i am using the code to target a page I want it to load.
but the index.php (in this case) is in another folder. if they are in the same folder this should do but the page requiring the index.html is one above the index
I hope I explained it well.
Answer:
Answer by yoeffjdf
if your location of your folder is: /home/user/public_html/blog/
and you file is in: /home/user/public_html/
you would need to add a ../ to the front of your file. so it would look like: