I am building a simple guestbook with an admin part - and I want it to be possible to delete posts - the problem is that this guestbook is built with a textfile not a database.
Every post is on a row, so i suppose you could solve with some sort array thing, but that is not my cup of tea.
Any ideas?