Forum Discussion
karkadil
14 years agoValued Contributor
I recommend using database in your case to store all data. In this case it will be easy to select necessary rows using SQL queries.
Otherwise you will have to write your own functions which will basically duplicate SQL functionality.
Otherwise you will have to write your own functions which will basically duplicate SQL functionality.