i am trying to use checkdnsrr() function with php 2.9.2, but it shows an error as “Call to undefined function checkdnsrr()”.. is it because this function is not compatible with the version i am using? Can i have an alias of this function so that it works with my version?
Share
The following indicates that the checkdnserr function is only compatible with PHP 4 or 5.
This is taken straight from the manual