|
Posted by Rik on 03/16/07 13:10
On Fri, 16 Mar 2007 12:26:31 +0100, Aggelos <djjelly@gmail.com> wrote:
> OK Sollution to the problem found !!!
> ALl the data were coming to the following variable, and that's why I
> couldn't read them VIA $_POST
> $HTTP_RAW_POST_DATA
>
> If you have any comments or suggestions, I will be happy to read
> them :)
Could be that they're sending you an XML-file rather then 'just' XML, then
it would be in the $_FILES array.
Also, reading php://input can be very handy to determine what the exact
request was you received.
--
Rik Wasmus
Navigation:
[Reply to this message]
|