sub add_user{ my $cookie = "cookie('loggedIn')"; if ($cookie eq "true"){ print "Content-type: text/html\n\n"; print< Net Works Web Design - Client Invoice Tracker: Administration
 

CLIENT INVOICE TRACKER: ADMINISTRATION >> ADD A USER

To add a client to the Client Invoice Tracker database, fill out all of the information below and click on the submit button:

Company Name:
E-mail Address:
Client ID #:
Password:

Copyright© 2004/2005 Net Works Web Design
EndOfHTML } else { &login_html(); } exit; }