Hello,
i have alittle probleme im making a home page for RevCMS im almost done all i need is a how to use $_GET because when i code it it won't work but if i try on another cms its work fine :/
Because Kryptos used one on Core to unban.........Can someone explain me? or tel me where should i put it?
for ex:
don't worry about security i will secue it after .
i have alittle probleme im making a home page for RevCMS im almost done all i need is a how to use $_GET because when i code it it won't work but if i try on another cms its work fine :/
Because Kryptos used one on Core to unban.........Can someone explain me? or tel me where should i put it?
for ex:
Code:
if(@$_GET['user'])
{
$username = $_GET['user'];
}
else
{
$username = $_SESSION['username'];
}