I am running Apache/PHP on my local machine and connecting through the Internet via my company's proxy server. One of the applications I developing uses the Impload function to read an HTML page. When I run the script on my local machine, the implode function doesn't work, but when it is uploaded to the Internet server, it works.
How can I specify to PHP that it has to route all traffic via a proxy server before calling the implode function? Is there a PHP function I can call or any setting I have to do on my local server to get this done?
Appreciate all your help.