Technical Ninja - Same Page Navegation
Change the page, with the drop-down menu
HOMEHome Page.";
break;
case "about":
$content = "About Us
We are Awesome.";
break;
case "services":
$content = "Services
You pay, we give you service... SHOW ME THE MONEY!";
break;
case "blog":
$content = "Blog
We love to talk...or write...";
break;
case "contactus":
$content = "CONTACT US
Give me a call.";
break;
default:
$content = "HOME
Go, change the page... Frank is the BEST!";
}
echo $content;
?>