What is the HTML code for a guestbook?
HTML determines what your web page will look like. But it can’t make your web page actually do anything. Such as permanently saving a guestbook entry, for instance. This is the reason why tools like PHP and ASP exist: to take things one step beyond HTML and let you actually do things with your HTML forms. So HTML all by itself can’t make a guestbook. But together with PHP, or another programming language on the web server, HTML can be part of a guestbook. Does that mean it’s scary and hard to make a guestbook? Not at all! PHP is designed to easily “added in” to your HTML. It’s not that difficult and if you’re interested in doing this yourself I’ll show you how.