> 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]

Reply via email to