PHP guru help - non weather related task

Hi all, wondering if one of the php gurus could point in the right direction here.

I have a program creating text log files of information that I would like to publish in a ‘formatted’ style in a web page. I was considering php just because there is lots of talent around here to help with silly questions 8) .

Is anyone able to point me at any ready made scripts? I’m not too bad at hacking code to suit my needs.

Cheers, Colin.

Is it a CSV file? If so, this might get you started… http://www.homeandlearn.co.uk/php/php10p6.html

I’m guessing it is not… a little more info would be helpful. Parsing consistently formatted data is normally pretty easy.

Funny how you run into new stuff all the time… never seen the PHP function fgetcsv before.