0

i want create a login on my web site in PHP without Database because i don't have an installed database on my server. Which approach i need to use ?

I just think about write the user on file

txt or csv

4
  • 1
    Is SQLite not an option? Commented Oct 23, 2013 at 23:43
  • 1
    If your planning on using 1 user, then store the username and password in variables. Multiple users, use a database... or a method which will not have the potential to compromise passwords/other sensitive data which should belong in a Database... and 2 upvotes for this question? Which lacks understanding, research & a poorly structured question? Jesus Commented Oct 23, 2013 at 23:44
  • 1
    Really now, who upvotes this? There's no exact shortage of duplicates Commented Oct 23, 2013 at 23:45
  • I can't install an DB , but i need trace the users on my site Commented Oct 23, 2013 at 23:56

1 Answer 1

0

you can use a simple xml file to save the pass and login, or use a NOSQL that you don't need to install it

Sign up to request clarification or add additional context in comments.

1 Comment

Unfortunatly, this should belong as a comment. It is not answer material, i would recommend updating this to earn yourself enough reputation to comment

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.