How can i do a simple Flat style database in PHP ?
Puting just this options :
Add user
Del User
View currently users
Then i can put just two field USERNAME / PASSWORD.
and write this under a file called test.txt
(i'm under linux)
In the flat database file appears ie:
carlos servidor mypassword
The servidor name will appears on all entries .
Using tab to separete the texts.
Please someone can help ! It's very important , i really try hard to find something , but only found or MYSQL or MYSQL =)
Thanks for helping .
Carlos.