|
Posted by smallpond on February 20, 2008, 3:58 pm
Please log in for more thread options
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.
|