Re: [PHP] Nameserver lookup

2005-06-07 Thread Philip Hallstrom
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

Re: [PHP] Nameserver lookup

2005-06-07 Thread John Nichel
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