// taken from: http://stackoverflow.com/questions/1062716/php-returning-the-last-line-in-a-file $file = "/path/to/file"; $data = file($file); // this will return an array of the data $line = $data[count($data)-1]; // this will return the last child in the array
__________________
PHP Code:
Add_Talkupation('rogem002'); // Because sharing is awesome!