Lost Again,
I'm working with flash4 and php3. i'm trying to create a simple html form that authenticates a user+password against the database and then retrieves the member id of the user which is the main key field in the database linking all the tables together. This is pretty simple and works fine. The problem is when I try to send this member id to flash, because the variable gets lost in the way. In simple terms, the way flash retrieves variables is by loading into the movie from a script but this script has lost the variable already. How can I keep a php variable when i enter the flash movie? How can I track this user? Please help me!!!
Huacjo