I am trying to build a dictionary program but I want to store my dictionary data (which is about 5MB) to my phpMyAdmin so that when a user wants to search for it, there is no need to reload the file in system but to get it from the database (phpMyAdmin).
Can you explain me how can I do that?
I have tried changing the file extension to .xlsx
and .csv
but it did not work.