How can I redirect the output from phpinfo to a file.
If I try
error_log(phpinfo(),3,"z:\\".date("YmdHis").".html");all that is in the file is the number 1. The output gets sent to the user. Charles Killmer -- 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]

