I'm new to PHP and would just like to create a simple guestbook for my site, without having to use SQL (don't even know what that is, so...). All I've managed to do is make a form which posts the information on another page, but then when you fill out the form again, the information on the other page changes. How do I get the posts to stay on the page and add new ones?
PHP guestbook
Collapse
X
-
This thread doesn't get anywhere. So, to kick it: you must have some sort of data storage where you keep you guestbook entries. If you don't want to use a database (why not?) or a db is not available, you must store the entries in a flat file (Could even think about a flat-filed data base).
In order to help you any further, you will have to post some code or schema of your application setup.
Awaiting your reply.
Ronald :cool:Comment
Comment