o.k,
i have a flash file that is sending data in POST method to my PHP file. the catch is that the data is not assigned to a variable.
in GET method the query string would look like this:
test.php?Variable=Value
but flash sends it as:
test.php?Value
No variable. If its get method atleast i amy be able to read the location and do something but the method is post. how can i just flush the entire post data?
Known is handfull, Unknown is worldfull
i have a flash file that is sending data in POST method to my PHP file. the catch is that the data is not assigned to a variable.
in GET method the query string would look like this:
test.php?Variable=Value
but flash sends it as:
test.php?Value
No variable. If its get method atleast i amy be able to read the location and do something but the method is post. how can i just flush the entire post data?
Known is handfull, Unknown is worldfull