Lesson 17 - Guestbook in PHP - continuation
In the previous lesson, Putting PHP interfaces into practice - GuestBook, we started with working on a guestbook with a modular captcha using interfaces. Today, we are going to finish up with this short project.
Printing the form
The next public method for our guestbook will be the renderForm() method. Here's what it will look like:
public function renderForm() { $name = (isset($_POST['name']) ? $_POST['name'] : ''); $message = (isset($_POST['message']) ? $_POST['message'] : ''); echo('<form method="post"><table>'); echo('<tr><td>Name</td>'); echo('<td><input type="text" name="name" value="' . htmlspecialchars($name) . '" /></td></tr>'); echo('<tr><td>Message</td>'); echo('<td><textarea name="message">' . htmlspecialchars($message) . '</textarea></td></tr>'); echo('<tr><td colspan="2">'); $this->captcha->render(); echo('</td></tr></table><input type="submit" />'); echo('</form>'); }
If the user enters an invalid anti-spam verification, we'll use the data that was to be sent to pre-fill the form again and ask the user to enter the anti-spam verification correctly.
The first two lines in the method determine whether
...End of the preview...

Premium article
ict.social is a large database made up of manuals and tutorials, whose main goal is to provide high-quality IT education to everyone. We started out in the Czech republic, where we display roughly a million articles per month and receive plenty of gratitude from our users. Thanks to our successful establishment, we are now bringing these articles to the rest of the world.
Although we are trying to keep our content free of charge, maintaining the site is a huge effort for everyone involved. Therefore, some content (exercises and more advanced material) costs network points. Don't worry, they're really cheap :)
Article description
Requested article covers this content:
In this lesson, we're going to finish our PHP guestbook and change it's captcha implementation to image-based responses using our modular interface.
Buying this article gives you unlimited access to it forever. You will learn some more and help us keep giving our site maintenance which helps you and others get better futures. It's a win-win.
This article is licensed :Premium, by buying this article, you agree with the terms of use.
You gain points by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.
You can get points immediately using:
![]() |
![]() |
![]() |
Credit card | SMS | Wire transfer |