nagasharmi
Jul 31st 2007, 5:22 am
how can we get value from flash
if anybody knows please send fast
nico_swd
Jul 31st 2007, 5:24 am
I guess the flash sends either a POST or GET request to the server.
So either:
$foo = $_POST['foo'];
// Or
$foo = $_GET['foo'];
Should work...
picobello
Jul 31st 2007, 12:23 pm
You're right ... that's correct
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.