"; include "home.php"; } if ($_GET['p'] && $_GET['p'] == "home" || $_GET['p'] == "pricing" || $_GET['p'] == "portfolio" || $_GET['p'] == "order" || $_GET['p'] == "contact") { include "header.php"; echo "
"; include $_GET['p'].".php"; }else { include "error404.php"; } [/CODE] The above code ..." href="/programming/web-development/threads/82249/simple-include-problem"> Simple include() problem 6
Reach out to all the awesome people in our web development community by starting your own topic. We equally welcome both specific questions as well as open-ended discussions.
Start New Topic