|
Posted by C. (http://symcbean.blogspot.com/) on 02/01/08 12:17
On 1 Feb, 10:02, markux <marco.pata...@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.
>
> thanks
You should really fix the problem at source.
Since (I'm guessing?) it seems to be POST, you can't manually parse
the URI.
Have you tried apache_request_headers()?
C.
[Back to original message]
|