How to Store data without using Database and how to retrieve them?

前端 未结 8 902
小鲜肉
小鲜肉 2020-12-11 08:10

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 t

相关标签:
8条回答
  • 2020-12-11 09:14

    An alternative to database is: http://www.filehelpers.com/

    0 讨论(0)
  • 2020-12-11 09:15

    I think using XML files will be your best option.

    Take a look at this article which clearly shows how to manipulate XML file.

    http://www.developer.com/article.php/3489611

    HTH

    0 讨论(0)
提交回复
热议问题