Hi.
How can I access to posted data not in the form like variable_name=variable_data? Only like some huge string data without the name precedeing it. I need all posted data in one php variable to parse it myself.
I have to read xml data posted to php script.
Is there another way to do it?
Thanks.