I seem to be having a little bit of trouble with executing a nslookup via
PHP's passthr() function.
This:
passthru("nslookup -query=ns testing12345.nl", $returnVar);
Returns:
"Server: ns1.activedomain.nl
Address: 217.148.161.5
Aliases: 5.161.148.217.in-addr.arpa
0"
However, when I execute t
Hans J.J. Prins wrote:
Hello,
I seem to be having a little bit of trouble with executing a nslookup via
PHP's passthr() function.
This:
passthru("nslookup -query=ns testing12345.nl", $returnVar);
Returns:
"Server: ns1.activedomain.nl
Address: 217.148.161.5
Aliases: 5.161.148.217.in-addr.arp
2 matches
Mail list logo