In my php code, I use system() command to call external program, which will fetch data from another web service. Although I have set the proxy in the Internet Connection, it seem not to use it.
If I call the external program by calling from command line, it runs just all right. Running on Windows 7.
Is there any solution for this case?