PHP GuestBook

A

Anonymous

Guest
How do I get values passed from a html form to an html page to stay there
and keep adding up one on top of the other like in a guestbook, I know how to pass info from a html form to another pa
 
Use a form, pass the variable somewhere to be stored (DB, text file, somewhere else) and use this information to generate your guest book page.
 
Back
Top