View Single Post
Old January 2nd, 2007, 11:29 PM   #5 (permalink)
panache
Surpass Fan
Excelling Contributor
 
Joined in Dec 2005
Lives in my computer
Hosted on pass86'd
666 posts
Gave thanks: 57
Thanked 14 times
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..
__________________

panache is offline   Reply With Quote