Page 1 of 1

PHP, MySQL won't recognize Flash combo box as a variable

Posted: Tue Dec 20, 2011 3:12 am
by Drivetrain
Hello all!
Before I post a bunch of code and waste everyone's time, I'm hoping someone will be able to tell me two things:
1) is this the correct place for my question?
2) has it been answered in another forum?
My situation is this...
I've been trying for over a week to get a PHP / MySQL query to recognize a Flash combo box as a variable. The PHP query does work when I substitute one of the items from the combo box for the PHP variable ( 'Time Tracker' in place of
' ".$project_query." ' ) so I'm thinking that the problem must be with the action script I'm using (AS2) and not with the PHP coding.

any help would be greatly appreciated.

DT

Re: PHP, MySQL won't recognize Flash combo box as a variable

Posted: Mon Dec 30, 2013 10:01 am
by akuji36
Hello

Take a look at this article : Four Ways to Transfer Data Between Flash and PHP at

follow this link http://www.devx.com/webdev/Article/36748