How to receive XMLHttpRequest with PHP?
Posted
by Adrian
on Stack Overflow
See other posts from Stack Overflow
or by Adrian
Published on 2010-05-24T05:21:53Z
Indexed on
2010/05/24
5:41 UTC
Read the original article
Hit count: 399
I would like to be able to read XMLHttpRequest that is sent to a PHP page. I am using prototype's Ajax.Request function, and I am sending a simple XML structure.
When trying to print the POST array on the PHP page, I don't get any output.
Any help appreciated.
© Stack Overflow or respective owner