Any ideas?
Thx.
Marc
Marc Lambrichs wrote:
> We receive a POST message being a multipart/mixed type. The
> $HTTP_RAW_POST_DATA shows it perfectly. However, I expected the $_POST to be
> filled as well, which is empty. We're using php 4.3.3.
AFAIK, $_POST only gets filled if the POST type is
"application/x-www-form-urlencoded". Otherwise you have to decode it by
hand.
Luke
I've not tried that yet but if I were I'd shove your form data through to
phpinfo(); and check where it turns up there...
What about $_FILES?
Cheers,
NC
> We receive a POST message being a multipart/mixed type. The
> $HTTP_RAW_POST_DATA shows it perfectly. However, I expected the $_POST to
> be filled as well, which is empty. We're using php 4.3.3.
Just a side note - if you are using 4.3.3, it's better to use php://input
instead of $HTTP_RAW_POST_DATA. See
http://us4.php.net/wrappers.php
--
Business Web Solutions
ActiveLink, LLC
www.active-link.com/intranet/