Home arrow HTML arrow Completing Construction of a Database Form with HTML
HTML

Completing Construction of a Database Form with HTML


In this conclusion to a thirteen-part series on building database forms with HTML, I will talk about the program that receives the data of the transmitted table at the server. I will show you how to do it using CGI and Perl. Recall that the data is actually HTML Form elements sent from the client’s computer.

Author Info:
By: Chrysanthus Forcha
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
October 08, 2008
TABLE OF CONTENTS:
  1. · Completing Construction of a Database Form with HTML
  2. · The Body Element
  3. · The Third Main Row
  4. · The Last Two Rows
  5. · Cgi-bin Directory
  6. · Brief Explanation of the Web Page Code

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Completing Construction of a Database Form with HTML
(Page 1 of 6 )

I wrote the code using a personal web server and ActivePerl both running on the Windows operating system, in one computer. You can still use a web site on the Internet. In that case simply change the “http://localhost” that you see in the code below to the address (http://www.yoursite.com) of your web site.

The personal web server I used is called Abyss Web Server XI. You can search for and download this web server and the latest version of ActivePerl from the Internet for free. After that, install the server and activePerl; to save time, allow default settings. Normally, the default web site address of the personal web server is http://localhost (you usually cannot have more than one web site with a personal web server).

I will provide a simplified version of the code I gave you for the shopping web page. With this simplified version it will be easier for you to understand and test things yourself.

There is only one rule in the Transmitted table; this is to simplify things. The code segment shown next shows the start tag of the HTML page and the HEAD element.

<html>


<head>

<style type="text/css">

table#TransmittedTable {display:block}

</style>

</head>



blog comments powered by Disqus
HTML ARTICLES

- HTML5 Boilerplate: Working with jQuery and M...
- HTML5 Boilerplate Introduction
- New API Platform for HTML5
- BBC Adopts HTML 5, Mozilla Addresses Issues
- Advanced Sticky Footers in HTML and CSS
- HTML and CSS Sticky Footers
- Strategy Analytics Predicts HTML5 Phones to ...
- HTML5 Guidelines for Web Developers
- Learning HTML5 Game Programming
- More Engaging CSS3 and HTML Background Effec...
- Engaging HTML and CSS3 Background Effects
- More Web Columns with CSS3 and HTML
- Columns with CSS3 and HTML
- Creating Inline-Block HTML Elements with CSS
- Drag and Drop in HTML5: Parsing Local Files

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials