your using POST to send the data - and then trying to retrieve with GET

-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Lehr, Theodore M (N-SGIS)
Sent: Mon 14/04/2008 16:29
To: Flash Coders List
Subject: [Flashcoders] sending email as/php
 
Sorry for posting such a basic but I did google first... I am trying:

 

As: 

 

loadVariablesNum ("mail.php", 0, "POST");

 

php:

<?php

 

            $comment=$_GET['ucomment'];

            $name=$_GET['uname'];

            $email=$_GET['uemail'];

 

            mail("[EMAIL PROTECTED]", "subject", "Name: ".$name."\nEmail:
".$email."\n\nComment: ".$comment);

?>

 

I am not getting the variable values...

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to