I am confused with two terms
header (\"Location:homepage_php\");
include(\"homepage.php\");
I am g
NOTE:
the header location will eb a location that is readable by the web browser... and not the directory structure. (which include does)
also the include method will not change the page that the browser is pointing at.