PDA

View Full Version : Perl / Flash email fowarding form HELP!



olilish
September 17th, 2007, 04:38 AM
Hi,

Could anyone give me some help looking for a perl script to forward variables sent from a flash form. I have always previously used simple php to forward tx inputed into the form, however my new hosting company does not support php, only perl.

Thanks!

Here is the actions script that is placed on my submit button that refers to the movie clip 'form' that holds my input text fields.

on (press) {
form.loadVariables("email.php", "POST");

}

olilish
September 20th, 2007, 06:54 AM
Anyone? - Or any websites that may contain help with perl & flash??

THANKS!





Hi,

Could anyone give me some help looking for a perl script to forward variables sent from a flash form. I have always previously used simple php to forward tx inputed into the form, however my new hosting company does not support php, only perl.

Thanks!

Here is the actions script that is placed on my submit button that refers to the movie clip 'form' that holds my input text fields.

on (press) {
form.loadVariables("email.php", "POST");

}

olilish
September 25th, 2007, 08:05 AM
!!! Anyone !!!