To start with, I am going to say that I am not using a database at all.
I have a script that takes a CSV file and displays it to the site I need it to.
What I would like to be able to do is have a search box, in which a user can filter the results. Is there any way of doing this without using a database?
I have a script that takes a CSV file and displays it to the site I need it to.
What I would like to be able to do is have a search box, in which a user can filter the results. Is there any way of doing this without using a database?