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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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