I am confused with two terms
header (\"Location:homepage_php\");
include(\"homepage.php\");
I am g
Header redirects the browser. Include tells php to include the contents of a file and execute it as PHP.