Monday, August 16, 2010

How do i get flash to send data from one datagrid to another. I am using PHP and MySQL?

http://www.phpbuilder.com/columns/hill20011214.php3?page=4





you can pass vars to scripts through action script, most of these are used through either get or post vars in forms.. im not too experienced with flash but i am sure you could get it working properly by playing with the action script and producing vars from there to be passed to php scripts which then manipulate the databaseHow do i get flash to send data from one datagrid to another. I am using PHP and MySQL?
You can't send data from Flash to PHP/Mysql. Flash uses action script. It can manipulate data and interact with the user...but it can't send data. You could use a form or some means of transferring the data through the address bar (with variables) and have PHP interpret the vars.

No comments:

Post a Comment