[PHP] Re: whois with php

2004-09-13 Thread xm
However it does not work with biz, org, info or name since all unavailable domains (the ones that are not yet registered) are pointing automatically to some registrar. Ok, I found one way around, I simply use exec('host $domain'), which returns a string that is very simple to parse to find

Re: [PHP] Re: whois with php

2004-09-13 Thread Greg Donald
On Mon, 13 Sep 2004 12:29:08 -0400, xm [EMAIL PROTECTED] wrote: However it does not work with biz, org, info or name since all unavailable domains (the ones that are not yet registered) are pointing automatically to some registrar. If you have other suggestions, please tell us! I'd

Re: [PHP] Re: whois with php

2004-09-13 Thread Paul Waring
If you have other suggestions, please tell us! Lots of people have written classes/functions to see whether domain names are available for pretty much every top level domain and country code. One that I've used in the past is: http://phpclasses.vextron.com/browse/package/360.html there are