Re: Tweeking a sendmail routine.

2007-03-26 Thread Robert Hicks
Wiggins d'Anconia wrote: Greg Schiedler wrote: I know enough Perl to be dangerous! I have a form that sends out several different confirmations depending on who the receipient is. One particular E-mail I need to be in html format so I can put it into a specific format. I added a couple of lin

Re: Firefox vs IE6

2007-02-08 Thread Robert Hicks
Robert Hicks wrote: I have a form. If I am in Firefox and submit that form the data insert if fired off twice. If I am in IE, it works normally. Has anyone heard or seen this behavior? Robert I found the answer. It was the Firebug plugin. I removed it and all is well. Robert -- To

Firefox vs IE6

2007-02-07 Thread Robert Hicks
I have a form. If I am in Firefox and submit that form the data insert if fired off twice. If I am in IE, it works normally. Has anyone heard or seen this behavior? Robert -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Quirky form field

2007-01-30 Thread Robert Hicks
zentara wrote: On Mon, 29 Jan 2007 20:58:35 -0500, [EMAIL PROTECTED] (Robert Hicks) wrote: I am using CGI::Application along with MIME::Lite to send emails. I have a form with several fields. However, 1 field is not coming through and it is a numeric field. It is the only one. This is my

Quirky form field

2007-01-29 Thread Robert Hicks
I am using CGI::Application along with MIME::Lite to send emails. I have a form with several fields. However, 1 field is not coming through and it is a numeric field. It is the only one. This is my run mode: my $first_name = $results->valid('firstname'); my $last_name = $results->valid

Using DBI in a web context

2006-11-08 Thread Robert Hicks
I have a couple forms for an in-house application. The user fills out the fields and then submits which update a back end Oracle database. I have looked for examples but can't really find anything. How is it best to catch errors when doing DBI stuff in web applications? Wrap the insert "code"

cgi -> fastcgi

2006-10-27 Thread Robert Hicks
What do I need to do to move from plain CGI to FastCGI? I have the DLL loaded in Apache conf file. Do I just need to make an application type of .fcgi (or whatever) so Apache knows to use that? Do I need to modify my plain CGI scripts in any way? Robert -- To unsubscribe, e-mail: [EMAIL PROTE