I have a form with input labels in the beginning of my movie that ask for the birth date of the user. Later on the user has to make another choice and then I want to send the birth date information to a database using this line of code:

_root.main.step2.thedate.loadVariables("http://www.diamondtraces.com/facebook/engagetor/send.php", "POST");

But the variables never reach the database...

I tried to put the line of code in the same frame where it asks to enter the birth date and the data reach the database fine.

Any ideas
Thanks