Same results if I:
        $comment=$_POST['ucomment'];
        $name=$_POST['uname'];
        $email=$_POST['uemail'];



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pete
Hotchkiss
Sent: Monday, April 14, 2008 11:55 AM
To: Flash Coders List; Flash Coders List
Subject: RE: [Flashcoders] sending email as/php

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
[email protected]
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
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to