Hi,
I'm quite new to PHP and I encountered the following problem. I want to use a plain text file to store database records (about 20) in the following form:
name1,address1,phone1,email1
name2,address2,phone2,email2
My question is: how can I extract the records (rows) from this text file or how can I modify, delete them?
It may be quite simple but I would appreciate an example or an illustrative source code. I found similar topics but none of them covered these problems.
Thank you very much for your time.