Figure 21.5 The Post an Ad Web page from the Login.pl script.
Posting an Ad
The next part of the Web site you'll look at is the search form (see Figure 21.6). The search form will allow
the customer to search the ads and registered customers for a suitable date. The user will be able to select
options from the Web form on which to base the search. An SQL SELECT statement will be built based on
the customer's choices. The resulting Web page will display all the matches in the database. Take a look at
the HTML code in Listing 21.5.
Figure 21.6 The search form.
Listing 21.5 Filling out the Search Form
/head>