Hello I need code to extract dns records from urls .
I found the solution http://www.php.net/manual/en/function.dns-get-record.php
but on my linux server red hat 7.2 (php 4.2.3) dns_get_record is not supported
Is there any alternative solution to get dns records using php ?
thanks