|
Posted by markux on 02/01/08 17:16
many many many thnaks, it work fine!!!
Rik Wasmus ha scritto:
> On Fri, 01 Feb 2008 11:02:57 +0100, markux <marco.patania@gmail.com> wrote:
>
> > 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 = file_get_contents('php://input');
>
> ... and then some custome code, parse_str() doesn't do the trick, perhaps
> 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]
|