Veehosty Posted March 10, 2019 Share Posted March 10, 2019 Hello Team, How I Can Create DNS Checker Page like https://dnswatch.info . Please Reply. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 11, 2019 Share Posted March 11, 2019 20 hours ago, Veehosty said: How I Can Create DNS Checker Page like https://dnswatch.info . perhaps by reading the PHP manual. http://php.net/manual/en/function.checkdnsrr.php 2 Quote Link to comment Share on other sites More sharing options...
steven99 Posted March 11, 2019 Share Posted March 11, 2019 The only problem is that checkdnsrr only returns boolean and not the actual record. What I have used in the past is the PHP pear package Net_DNS2 to get the record and then you can output from there. Though I am sure there are other packages and frameworks out there. 2 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 12, 2019 Share Posted March 12, 2019 16 hours ago, steven99 said: The only problem is that checkdnsrr only returns boolean and not the actual record. my point is that a lot of what he wants to do is native to PHP and so a read of the manual would not necessarily be a waste of his time. 🙂 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.