Felitaur Site 
  Offerings
  
 | 
   
 | 
  
   
   
[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
 
   
 
   |    
   
    
 |