David Remsen
Table of Contents
Web Databases


Steps for Creating the Initial Sample Search FORM

The first step in making the jump from Web Page to Database table is to create a FORM which assembles a query that the database will understand. Once all the parts necessary to form a query are assembled they can be sent to the database via the CGI (the Common Gateway Interface) where the database can disassemble the form information and perform the search.

Thus:

Step 1: Find out what the database requires to perform a search and provide it.

Step 2: Add some HTML FORM elements so that a user can input a search term or terms.

Stop here to create the first file using the drag and drop features of Claris Home Page to create the form. This is a file we will name "search.htm"

Stop here and review the HTML FORM code with the instructor. Then continue to create the results file.