<?php if($action == "") { // Main page coding here echo("Welcome"); } elseif($action == "news") { // News coding here echo("News"); } elseif($action == "about") { // About coding here echo("About"); } elseif($action == "search") { // Search coding here echo("Search"); } ?>