PHP:
<?
$p = $_GET['p']
if($p == "rpc" || $p == "lol"){
if($p == "rpc"){
include('test.php');
} elseif($p == "lol"){
include ('lol.php');
} else {
{
exit;
//Begin Getting Stuff Like index.php?home
?>
Code:
Parse error: syntax error, unexpected T_IF in /MYURL/ on line 16

