Home
Perl Course



The-Brights.net

 

Chapter 7. CGI In Use

CGI In Use
Site search
Presenting data from a database
Handling cookies
Uploading files to the server
Requesting info from other servers

Presenting Data from a Database

Here's an example where a visitor can fill in a form and when form is submitted, the server stores the data in a database. The next time a visitor comes to the same page, the data that was uploaded by the previous visitor is now on display.

Click here to visit a form that works just like this.

Click here to see the script that handles the form.

Look through the code and read the comments for detailed explanations. In summary, the form input is parsed and saved onto the end of a "comma separated value" data file. Then the file contents are read back, turned into html table rows, and substituted into a placeholder in the original form.

Next Page

                  
____

Search this site here:

Google
www www.gossland.com

Questions? Feedback?

Email me your comments!

Like the course?

Please rate the site here