In php how would I select a header file from a page that isn't in the home directory?
How is it possible to select a file in the home directory?
131 Views Asked by Yesterday At
2
In php how would I select a header file from a page that isn't in the home directory?
would include the header.php file from the parent directory. Use either relative or absolute paths for the require function.