Question:What will be the return of the following : <?php      $recordexists= checkdnsrr("example.com","ANY");        if($recordexists)            echo "The domain name exists!";          else        echo "The domain name does not appear to exist !"; ?> 

A The domain name exists! 

B The domain name exists 

C The domain name does not appear to exist ! 

D The domain name does not appear to exist 

+ Answer
+ Report
Total Preview: 544

Copyright © 2024. Powered by Intellect Software Ltd