<html>Some text..? <?Php switch($_GET['a']){ case 'articles':include "articles.php";break;default:include "main.php";break; } ?></html>