On Sat, 4 May 2002 [EMAIL PROTECTED] wrote: >> It identifies itself along these lines: >> >> HTTP-User-Agent: PHP/4.1.2 > > thank you. now is there a way to modify the above identification, > say something like "HTTP-User-Agent: Netscape 4 (Mozilla etc..."
I haven't really checked, but I suspect the only way to change this would be to muck with the PHP source code. >> If that's not going to work out, you may need to use something like cURL. > > never heard of cURL ? is it a extension for PHP ? Well, it's an independent library and CLI utility, but there is a nice set of PHP calls that link in to it. It has its own section in the manual. http://php.net/curl miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php