Hi,
I'm trying to send info from a FLASH5 client to a PHP page using the FLASH XML.send(...) method.
First it is supposed to send info in POST and when I print $REQUEST_METHOD in my PHP page I end up with GET.
What is the right way of doing this on the PHP side.
I'm using PHP 4.04 apache 1.3.14
I've done it with IIS/ASP/VB no problem using ASP REQUEST.VARBINARY to get the stream.
Please help I've been trying for 3 days now.
Thanks in advance.