Checkdnsrr

Gar I cant get this to work… I know this is against you hairsh, I cant take it any longer! :stuck_out_tongue:

Anyways… my code wont work for some reason :frowning:

 
<?
if (checkdnsrr('http://www.kirupa.com')) {
echo("woot");
}
else {
echo("poop");
}
?>