How to Store data without using Database and how to retrieve them ?
- by Harikrishna
I am parsing the html file to extract tabular information through column names. And I want like let user give the input for column name. And according to that column names tabular information will be extracted.
Now that column names which user will input,based on that column names I want to find the tabular information from the html file.
But where I should store this column names input by user ? And how to retrieve them ? I dont want to use database.