|
You would have to either run the php script through command line passing it the variables through, or have the action script request the URL with the script, and pass it variables through the _GET variables. Both of those are ugly solutions.
The problem is there is no direct communication between actionscript and php, they are separate entities.
I really suggest looking into getting ODBC working, anything else will be a hack.
|