Search code examples
phpdatabasestore

Store data without a database?


If I would like to store emails, but don't have a database (e.g. MySQL), what should I do?

The data should be accessible and writable from PHP, but regular "visitors" MUST NOT see the data.

Hope you can help.


Solution

  • If your data not very large, you can use XML files. But if your data is important and you must secure it , you have to encrypt your data