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

Reply via email to