On Thursday 01 February 2007 13:37, Akbar Ehsan wrote:
> Hello,
>
> Can two scripts be triggered when a form is submitted: one to email form
> results to various users and the other to count and write to a file the
> number of times the users get emails from the form?
No, not without some elaborat
Hello,
Can two scripts be triggered when a form is submitted: one to email form
results to various users and the other to count and write to a file the
number of times the users get emails from the form?
If yes, then how did you do it?
Any thoughts and ideas will be greatly appreciated.
Thanks.
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 run
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