read an xml string from a form field
[email protected] ("Harpreet")
| Newsgroups | php.windows |
|---|---|
| Message-ID | <91119E862F783346BC9A7E3689BA8C3E01CF28C2@CCSERVER5.crispincorp.com> |
I have a simple form with a textarea to receive an xml string.
My xml string is something like this:
<Filter_1>
<Module_0></Module_0>
</Filter_1>
How can I request the value in my php page $_GET wont work.