Hi,
I have a flash button and I want that when you click on it,
a PHP function will update some data in MySQL.
How can I do it?
(I know PHP and MySQL, but I don't know to combine it with Flash)
Thanks.
Hi,
I have a flash button and I want that when you click on it,
a PHP function will update some data in MySQL.
How can I do it?
(I know PHP and MySQL, but I don't know to combine it with Flash)
Thanks.
The way I've done it in the past was using a button and on release use loadVariables('/path/to/file.php') which will open the file, execute the code, wait for a variable to be sent back to flash.
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
I understand your general idea, but I don't really know how to apply it.
Is there a chance for more detailed explanation (or maybe an example)?
Bookmarks