Code:
<?
$domain="www.themaxfiles.info";
if ($action = "www.themaxfiles.info") {
echo "1";
}
else { echo "0"; }
?>
also I want to be able to use a database to check against the domain in the database..
index.php?domain=www.themaxfiles.info < the domain there is what I Want to check against the database either I am clueless on this or I have no idea how to program..