Re: FormMail - value1=value2
- From: smallpond <smallpond@xxxxxxxx>
- Date: Wed, 20 Feb 2008 12:58:20 -0800 (PST)
On Feb 20, 2:16 pm, "Adrian Nelson" <myfirstnameAHTajn.me.uk> wrote:
Hi, I hope a really simple question with an equally simple answer...!
Trying to get FormMail to recognise that "M_recipient" means "recipient",
for the purposes of WorldPay which can only pass on fields that begin M_.
Have tried M_recipient=recipient (wishful thinking).
Apologies if I'm posting in the wrong ng, FormMail is Perl based and I live
in hope..
Thanks in advance, Adrian.
FormMail is one of the chief reasons that python was created.
It gives perl a bad name.
For starters it is missing the lines:
use taint;
use strict;
use warnings;
use CGI;
"FormMail is quite possibily the most used CGI program on the
internet"
-- Matt's Script Archive
This is true because spammers have used it billions of times.
.
- Follow-Ups:
- Re: FormMail - value1=value2
- From: Ben Morrow
- Re: FormMail - value1=value2
- From: Joost Diepenmaat
- Re: FormMail - value1=value2
- References:
- FormMail - value1=value2
- From: Adrian Nelson
- FormMail - value1=value2
- Prev by Date: Re: Book: Applied Perl - sourcecode required
- Next by Date: Re: FormMail - value1=value2
- Previous by thread: FormMail - value1=value2
- Next by thread: Re: FormMail - value1=value2
- Index(es):
Relevant Pages
|