Hi everyone,

I need help.

I have a swf file with this code in the timeline:
==================
var lv:LoadVars = new LoadVars();
var lv_temp:LoadVars = new LoadVars();

lv.foo = "bar";
lv.sendAndLoad("test.php", lv_temp);
==================

then test.php is:
==================
<?php
        mail("my email", "You tried to send $foo", "Message");
?>
==================

The problem:
In one server (IIS), it sends but the subject just comes out "You
tried to send" and on another (Apache), it works: "You tried to send
bar".

Is there something in IIS that I have to fix?

--
Ramon Miguel M. Tayag
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to