What I have on my plate is this:
A website that uses PHP/Apache on a Linux server. There is no MySQL (too expensive for webmaster) so I need to store a member roster and various data about each person. I'm not much of a PHP Guru, and all of the data storage/retrieval I've done has been with MySQL. So, now that I don't have that, what is the best/easiest way to store this data and retrieve it using PHP4?
Thanks,
Jim