Should explain what I am after:
I have implemented flash applications in a number of Text Display type questions. Now, these flashapps are supposed to deliver data to the database. For that reason I created a custom db table to store data from the flashapps. I transfer data from the flash to the database via a phpscript wich is called from the flashapp. It works fine. The problem is as follows; I would like to pick up the questioncode, i.e. the value of {SGQ} and the id of the user on the way to the database from my phpscript. Alternatively I could pick those values up when I load the flashapp in the question htmlcode, but I dont succeed doing that either. Help me before I go insane ;-D