I'm trying to output verbless from a CSV file into PHP. The PHP file is logs from the UPS management software, thus I'm only interested in the last line.

To date, I can get the last line number to be output and I can putout the array of data. But I can't seem to link the last line to verbless.

Code:
<?php
//$filename = "c:/Program Files/MonitorSoftware/UPSDATA.CSV";
$filename = "UPSDATA.CSV";
...