When a web browser requests a webpage it sends the name of the browser (the USER_AGENT) along with the request. When PHP requests a webpage from a web server it sends a USER_AGENT like "PHP/4.0.6". I want to change the USER_AGENT string that PHP sends to the webserver. Anybody know how?