Hello there, Here's my problem: - My server has two IPs: primary 207.7.92.114, secondary 207.7.93.114 - I'm to make HTTP request to other sites using both two IPs. - PHP always makes HTTP request from primary IP 207.7.92.114 only. I would like to let PHP make outgoing HTTP requests from both two IPs, not just primary IP. Can you guys please help me? Thanks a lot, Nguyen An Thuan.
Hello there, Found one working solution here: http://www.php.net/manual/en/function.fsockopen.php#76468 If you got a better work-around, please let know Btw, the test has been removed. Thanks a lot, Nguyen.