Smart Guestbook is a PHP script for guestbook that has the following key features: - add message form with fields: name, email, message, "private" check and "response required" check"; - message listings with configurable number of messages per page; - administration section where you approve messages, delete or see private messages; - notification sent to owner after each entry submitted. If "private" flag is set, message will not appear online; - show/hide/delete messages from admin section; - email validation on submit form: the form is tested for correctness of email address and also if user has entered any text; - flexible design: smart guestbook uses header, footer and css style for simple re-design; click here to see the main part separated from header and footer.