Questions tagged [file-structure]
257 questions
-2
votes
1 answer
File Referencing in PHP
If i have a file at mysite.com/pages/page1.php and a file header.php, which is in the home directory (mysite.com/header.php), what's the way to include header.php?
I tried include($_SERVER['DOCUMENT_ROOT'] . "/header.php"); or "../header.php");
That…

ioan
- 295
- 2
- 7
- 23
-3
votes
1 answer
How do I install a front page using html/css on my webdomain?
I intend to install a front page on 'darraghkenny.ie' -while I do some testing darraghkenny.ie/alpha/.
I would like to do a simple one in html/css so I can have some practice editing a live site while I use the darraghkenny.ie/alpha/ to build a…

Daniel Garland
- 81
- 10