hey people,
fairly new to php so bare with me.
I have a form which is used in quite a basic flat file system, kind of like a guestbook but the user can upload files, thumbnails etc. - my problem/question is I would like to submit a 'comment' link with each submitted entry and this comment link would open up a mini flat file guestbook for anyone to add a comment into.
The solution I was thinking was to simply, everytime the forms submitted - new files are created that make up that individual posts comment box then to simply add the link to that with the entry.
But, this method could get a tad messy, what with at least two files being created every new post (commentscript.php and the comments.txt files).
So I was wondering if anyone had any 'more practical' ideas to get to the solution via a Flat File system (as I simply dont want to use mysql yet)?
Thanks fo your input.
p.s - this should probly be in a new thread but is there a way of testing scripts offline? via a virtual server or something... or is that just witchcraft?