How would I make a text database? I am working on a mac in a UNIX environment and do not have SQL, so I need to make a database using txt files. What I eventually would like to accomplish is this:
A main login page that the clients can login or signup from. Either way, the php will go and check or write to that txt file which is my database. How would I accomplish this? Thank you in advance and please bear with me, I am new to PHP. Thanks again.