Hi,
I'm new to PHP. Read two books about it, but they didn't really cover what I'm trying to write.
I have written a small script (http://www.planiamud.org/html/), and I would like to be able to edit several posts via an admin page. I would like to be able to change the status of the post for example (Done or Not Done).
All the posts are stored in a flat textfile, one line per post, and data is separated by tabs. Is there any easy way to select a post, load all that post's data in separate fields (a textbox for the post's name, a checkbox for the status etc), and edit it?
Thanks,
Muer