Re: Question about fsockopen

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Date: Sun, 10 Apr 2005 08:00:23 -0000 (UTC)
> From: php@xxxxxxxxxxxxxxx
> 
> I have several IP in one interface (eth0) in my server and I want make
> connection to another server (check email, etc) using different ip for
> every mail server. I was read the document, and there is no way how to
> make this happen. Any idea?

You can do this with the CURL Extension, but then that
limits you to the protocols supported by CURL. If that
doesn't matter, take a look at CURLOPT_INTERFACE in
curl_setopt()

I'm afraid, I don't know how to do this with fsockopen() and 
weather it is possible at all.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux