How do I run a WHOIS lookup with PHP or Python?

前端 未结 5 1863
鱼传尺愫
鱼传尺愫 2020-12-05 21:30

So anyways, I\'m working on a small PHP website/script, and as one of the features I\'d like to be able to run a WHOIS lookup on the current domain the PHP script is running

5条回答
  •  春和景丽
    2020-12-05 21:55

    This should do exactly what you want... http://www.phpwhois.org/

    I've used this class before, doing exactly what you want!

提交回复
热议问题