View Single Post
Old January 3rd, 2007, 12:14 AM   #8 (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 = $_GET['domain'];

if ($action = $_GET['domain']) {

echo "1";

}

else   { echo "0"; }



?>

like this?
__________________

panache is offline   Reply With Quote