Not an expert yet, try that though ;)PHP Code:<?
$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
?>
Printable View
Not an expert yet, try that though ;)PHP Code:<?
$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
?>