CSV file, then later you can read the CSV row, then display it in the html
Usually you save the row to the db
Basically Step 1: explode with /n - will get array of rows Step 2: loop through it and explod each row with /t - will get array of each cell
This class allows you to treat a csv as database.
Обсуждают сегодня