Re: [PHP] tail -f into web page

2004-03-25 Thread Curt Zirzow
* Thus wrote CurlyBraces Technologies ( Pvt ) Ltd ([EMAIL PROTECTED]): > hi friends , > > I have a log file that is creating while running a perl script.That log can i read ( > using, tail -f log.file ) in to a web interface from php ? > Is there any possibility , plz help .., You can

RE: [PHP] tail -f into web page

2004-03-25 Thread Vail, Warren
try; echo htmlspecialchars(exec("tail -f log.file")); this, of course, assumes your php web server is on the same machine as the log file. Warren Vail -Original Message- From: CurlyBraces Technologies ( Pvt ) Ltd [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 6:24 PM To: PHP