CGI Scripts to Create a Website with Interactive Features
Database Interface
This HTML page can be used to easily access all of the scripts created in the previous Database Management scripting exercises.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Database Interface</title>
<meta name="DESCRIPTION" content="description of page">
<meta name="KEYWORDS" content="keywords, for, search engines">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
h1{font-family: Arial, sans-serif;font-style : normal ;font-size : 16pt; font-weight :bold;text-align :center }
p{font-family: Arial;font-style : normal ;font-size : 10pt; font-weight :normal;text-align :left }
a{ text-decoration : none}
</style>
</head>
<body>
<div align="center">
<h1>Database Interface</h1>
<table cellpadding="5" border="1">
<tr><td>
<p>
<a href="cgi-bin/form_script.pl">Add Names</a>
<br>
<a href="cgi-bin/read_file.pl">Display Names</a>
<br>
<a href="cgi-bin/search_form.pl">Search Names</a>
<br>
<a href="cgi-bin/search_to_delete.pl">Delete a Name</a>
<br>
<a href="cgi-bin/sort_names.pl">Sort Names</a>
<br>
<a href="cgi-bin/sort_numbers.pl">Sort by record Number</a>
</p>
</td></tr></table>
</div>
</body>
</html>
Use this web page to: Test the Scripts
|