get the readfile() UDF from the UDF forum

$file = readfile('Filename')
$Line = $file[4] ; number of lines starting at 0
$data = substr($line,15,5)
? $data
_________________________
How to ask questions the smart way <-----------> Before you ask