logo © 1996 Phil Waclawski
Felitaur Site
Offerings
About Me
Crafts
Services
ftp files
Help Files
What's New?
Home Page
Other Links
Anatomy &
Physiology
Arthropods
Biology
Computers
Ferrets
Fun Links
Internet
Linux
S.C.A.
Win 95/NT
Comments or
Suggestions
webmaster@ felitaur.com
   
[Webscripting Homepage] | [Javascript Homepage] | [Perl/CGI HomePage]
Final Project for CIS166AB
  • Must check for validity of what the person entered (use regexp)
  • Must have the same form elements as were required in Assignment 2
  • Must send back first a subform to have them fill out (depending on what they typed into the first form), and then when that is submitted, a formatted page to the user echoing back most of the things they entered,
  • Should use cookies to track the user
  • Should write results to a database table (2-3 tables overall)
  • An additional, 'private' form should be able to insert/update that database, or you can let the user do so as well.
  • Should be secure (must use regular expressions and taint mode)
  • Should use one array or hash, and also if, and a loop of some sort
  • Should have at least two sub routines(functions)
  • Should have at least one module