Hi there everyone, I'm having to make an editor with PHP and MySQL for assigning column values that change (Long story), basically I can open the file and read it no problem, but how can I open a file and only display the first row of information with all columns? The column count changes every week which is what makes it more tricky for me. I use the fopen command to read the file and that's not an issue, I'm just not sure how to read the first row with all columns, any help would REALLY be appreciated. Regards Chris Payne