Sending variables from flash page to two PHP files.
Want one browser window to open to show student the scores that will be submitted to database. Basically a 'Test Results' page in php.
Sending variables to another php page, which stores variables in database...
I want this to happen 'behind the scenes'...
However with my current setup, both browser windows open displaying 'Results' and the database history of test scores...
This is the code I'm using in the Flash(swf) file...
//want this to display after testing
varsToSend.send('http://www.cybermind.tv/data/catalyst_student_data_recorder001.php','_blank','POST');
//do not want this to display after testing
varsToSend.send('http://www.cybermind.tv/data/catalyst_student_data_records.php','POST');
Any thoughts would be much appreciated.... 🙂
,Thanks
tekstuf