A autopost Guest Jan 12, 2008 #1 like i make a chat thingy on my site, with $fh = fopen("chat.txt",a); fwrite($fh, $_POST["chat"]); how can i echo only the last 20 lines of it or something?
like i make a chat thingy on my site, with $fh = fopen("chat.txt",a); fwrite($fh, $_POST["chat"]); how can i echo only the last 20 lines of it or something?