Straying a little from the point unfortuantely.
The site is based on its own server with M$ SQL server on it. However I am working (in company time) for myself and need to access my MySQL database on a different server. Exceptions won't work, as the traffic needs to go out from the server at work to the server holding my own personal work. Get me so far ?
If I am connecting through a normal IE window, I can use the net, and connect to the database through its PHPMyAdmin front, and do what I want to do. However when I use normal PHP to get there from my server I can't, as it cannot "see" the remote server I am needing to connect to.
This is because it needs to go through the proxy server. There is no other way out to the internet than via this route. No dial-up modem setup can be installed.
To answer acidbox, I get "Unknown host yahoo.com" for ANY AND ALL domains.
For Wigz01, when I am stting up remote workstations to use the site, I am already using the exceptions area so that they are not affected by internet / network outages due to the proxy server messing up.
So my question is still the same, is there a way of making PHP use a proxy server so that a MySQL connection can see the outside world ?