Web databases are an extremely important area, and are a good example of when server-side programming is preferable to the client-side approach.
Why?
Consider some of the issues if your Web database is
part of a product which you sell, or is very large, or holds
confidential information.
The database input form allows you to enter strings which are used by the CGI script, db.c, to find matching lines in a membership database. Try looking for Andrew and Davison.
More material:
Back to the Main Lab Page