Re: [PHP] Re: tail a file

2001-10-26 Thread Mark
better yet, just use backticks: On Fri, 26 Oct 2001 16:13:31 +0200, _lallous wrote: >to tail a file use the "+" flag when opening that log file, >and write a simple PHP script that spits that file to you, ie: >showlog.php >readfile('logfile.txt'); >?> >"Yamin Prabudy" <[EMAIL PROTECTED]> wrote i

[PHP] Re: tail a file

2001-10-26 Thread _lallous
to tail a file use the "+" flag when opening that log file, and write a simple PHP script that spits that file to you, ie: showlog.php "Yamin Prabudy" <[EMAIL PROTECTED]> wrote in message 003901c15de4$82f0cb70$fe2796ca@dusak">news:003901c15de4$82f0cb70$fe2796ca@dusak... > Hi there I need help her