* 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
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
2 matches
Mail list logo