I want to develop a simple site. For that I want to store the datas in a text file and read them.Please guide me with a sample code.
.. you can play a lot with file() functions and read the php documents for split(),ereg(), and file functions.. you will see examples there.. too
good luck