Flat File Database Sorted By
'.$header.'
To sort the columns click on the headers.
View the
database
or the
PHP code
used.
First Name
Surname
City
Points
Car
Colour
Age
'; $fp = fopen('flat-file-data2.txt','r'); if (!$fp) {echo 'ERROR: Unable to open file.