Re: beginners-cgi Digest 26 Nov 2003 17:53:12 -0000 Issue 497

2003-11-27 Thread Dominique Okpara
http://www.geocities.com/geniusdoms/TheGenius [EMAIL PROTECTED] wrote: beginners-cgi Digest 26 Nov 2003 17:53:12 - Issue 497 Topics (messages 10148 through 10155): Re: extracting email addys. 10148 by: John Horner Storing Form Data without submitting it. 10149 by: Marcus Willemsen 10151 by:

Re: beginners-cgi Digest 26 Nov 2003 17:53:12 -0000 Issue 497

2003-11-27 Thread Andrew Gaffney
Dominique Okpara wrote: http://www.geocities.com/geniusdoms/TheGenius [EMAIL PROTECTED] wrote: beginners-cgi Digest 26 Nov 2003 17:53:12 - Issue 497 Topics (messages 10148 through 10155): Re: extracting email addys. 10148 by: John Horner Storing Form Data without submitting it. 10149 by: Marc

Re: Storing Form Data without submitting it.

2003-11-27 Thread Andrew Gaffney
Bob Showalter wrote: Andrew Gaffney wrote: I believe there is an HTTP status code that tells the browser that the form was successfully submitted, but not to go anywhere. I don't know what it is off the top of my head, but I think it would work in this case. Would that be 204 No Content? http:

Re: How to secure database password? (was Re: Perl/DBI newbie: password storage / security question)

2003-11-27 Thread Todd Farmer
I've written a custom module (say "dbConnect.PM") where the password is hard-coded and is a return value from a function (e.g., "get_password()"). This module is not located in a publicly-accessible folder (i.e., not in htdocs or cgi-bin). My scripts in the cgi-bin call this custom module's functi