cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Q: about the server ip

From: shiplu <shiplu.net_at_gmail.com>
Date: Thu, 27 Dec 2012 13:20:25 +0600

If you want to get the IP of the client who requested your php page use
$_SERVER['REMOTE_ADDR'].

To get the IP of the server you are sending curl request use
gethostbyname() function as gethostbyname("example.com");

On Thu, Dec 27, 2012 at 11:04 AM, seven <humen1_at_gmail.com> wrote:

> how can i get the remote server ip address??
>
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
>
>

-- 
Shiplu.Mokadd.im
ImgSign.com | A dynamic signature machine
Innovation distinguishes between follower and leader

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2012-12-27