[PHP] Getting IP from hostname using Curl

2007-11-28 Thread Gevorg Harutyunyan
Hi, I am using Curl extension for my project. Regulary I am fetching some pages from web using Curl. Now I must create ban system for some IPs. Is there any way to do that with Curl ? -- Best Regards, Gevorg Harutyunyan -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Getting IP from hostname using Curl

2007-11-28 Thread Chris
Gevorg Harutyunyan wrote: Hi, I am using Curl extension for my project. Regulary I am fetching some pages from web using Curl. Now I must create ban system for some IPs. What does that mean? Don't fetch the pages on some ip's? Don't allow some ip's to use curl? Something else? --