> Can PHP direct the output to a file > eg send the HTTP_USER_AGENT information to a file ?? Sure. Read the documentation for fopen(), flock(), and fwrite(). Then fwrite() out $HTTP_SERVER_VARS["HTTP_USER_AGENT"]. Sam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Would Like to know Barry Fawthrop
- Re: [PHP] Would Like to know Sam Leibowitz
- Re: [PHP] Would Like to know Chris Lee
- RE: [PHP] Would Like to know Maxim Maletsky
- [PHP] Random String of n Length Jonathan Sharp
- Re: [PHP] Random String of n Length Randall Blaine Goguen