↧
Answer by Dario Eberhard for Get the default server in php
The "Default Server" is your primary DNS server. Getting the default DNS server directly with PHP is not possible. From your further infos after Quentin asked, you dont look for the DNS Name. If it is...
View ArticleGet the default server in php
When I enter nslookup at the cmd prompt, it tells me the default server. How do I retrieve that information using PHP? The server it returns is not the same server that the PHP is running on (or for...
View Article