How to Store data without using Database and how to retrieve them ?
Posted
by Harikrishna
on Stack Overflow
See other posts from Stack Overflow
or by Harikrishna
Published on 2010-04-09T11:26:40Z
Indexed on
2010/04/09
11:33 UTC
Read the original article
Hit count: 267
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.
© Stack Overflow or respective owner