Edit:
It turns out that even when I trace the entire mySave variable that'll be sent to PHP with all the saves/names traces out perfectly. But even with the tested PHP, it POST's all undefined.
Argh.
PHP Code:trace(mySave) // GOOD
mySave.send ("test.php",mySave,"POST"); // BAD




Reply With Quote