i need the actionscript necessary to retrieve vars passed from php
i use
this.loadVariables("load.php","POST");
mydate = thisdate; // thisdate being a var passed from the php
it presents "UNDEFINED" in the "mydate" textbox
my php output looks like this "&thisdate=09-28-2004"
WHAT AM I DOING WRONG?
i use
this.loadVariables("load.php","POST");
mydate = thisdate; // thisdate being a var passed from the php
it presents "UNDEFINED" in the "mydate" textbox
my php output looks like this "&thisdate=09-28-2004"
WHAT AM I DOING WRONG?