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());
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
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
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
4 matches
Mail list logo