I have a semi-large CSV file with 2,000 rows and about 25 columns. I need to know how to convert the cells to a variable. If even possible. IE convert cell A3 to a php variable then which I can echo out when a user clicks a button. Sort of a Generator I'm making.
I could not find anything of real use on the internet.