RE: [PHP] tail a file

2001-10-26 Thread Martin Towell
if you're using unix, there's the tail command: ?php $results = `tail -n 100 logfile.log`; echo pre$results/pre\n; ? -Original Message- From: Yamin Prabudy [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 4:08 PM To: [EMAIL PROTECTED] Subject: [PHP] tail a file Hi

[PHP] tail a file

2001-10-25 Thread Yamin Prabudy
Hi there I need help here I got a file say it's a logs file and keep update ever changes I need to tail this files and pharse it into web, so I can see this the update without login into server (jst thru web browser ) how can i do this Thanks for Help -- PHP General Mailing List