|
Posted by Rik Wasmus on 02/01/08 14:28
On Fri, 01 Feb 2008 11:02:57 +0100, markux <marco.patania@gmail.com> wro=
te:
> Hi,
>
> I have a problem with a form that it has of the input with the same
> name: I cannot modify code HTML inserting [ ], in the variable $_POST
> is always a single value, like I can recover also the others?
>
> I cannot use stream_get_meta_data.
$rawinput =3D file_get_contents('php://input');
.... and then some custome code, parse_str() doesn't do the trick, perhap=
s =
the 'proper_parse_str' function someone contributed as user comment to =
http://nl2.php.net/manual/en/function.parse-str.php
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|