well...
it returns nothing when using loadVars.sendAndLoad in flash and sends no
mail...

while....
this script on the same server called from the same flash file works


<?php

 $MailTo = "[EMAIL PROTECTED]";

 mail($MailTo,$HTTP_POST_VARS["Name"], $HTTP_POST_VARS["MailFrom"],
$HTTP_POST_VARS["Message"]);

?>



"Jason Wong" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Friday 10 January 2003 00:57, travis wrote:
> > any one see why this wouldnt work?
>
> Why don't you tell us _how_ it doesn't work?
>
> [snip]
>
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.biz
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications Development *
>
> /*
> static buildup
> */
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to