Re: [PHP] mail submission... from flash

2003-01-09 Thread travis
GOT IT :) "; $Subject = "www.test.com"; $N = $HTTP_POST_VARS['Name']; $M = $HTTP_POST_VARS['Mess']; $F = $HTTP_POST_VARS['MailFrom']; $H = $HTTP_SERVER_VARS['HTTP_HOST']; $A = $HTTP_SERVER_VARS['REMOTE_ADDR']; $UA = $HTTP_SERVER_VARS['HTTP_USER_AGENT']; $Date = getdate(time());

Re: [PHP] mail submission... from flash

2003-01-09 Thread travis
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 "Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Friday 10 January 2003 0

Re: [PHP] mail submission... from flash

2003-01-09 Thread Jason Wong
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 De

[PHP] mail submission... from flash

2003-01-09 Thread travis
any one see why this wouldnt work? "; $subject = "*www.test.com*"; $date = getdate(time()); $date = sprintf("%s %s %s %s:%s:%s", $date["mday"],$date["month"],$date["year"],$date["hours"],$date["minutes"],$date["seconds"]); $from = sprintf("s s", $HTTP_POST_VARS["Name"], <$HTT