Mauricio Pellegrini wrote:
Thank you all for your valuable support.

The problem is solved.

Note: This kind of input definition (without the brackets) actually *DOES*
create an array under HTML 4.x (and its subindexes are accesible thru
javascript)
        <input type="text"  name="xname" value="3303"
        <input type="text"  name="xname" value="9854"

If that's the case (I can't find anything about it in the specs), that would only hold true *IF* the browser supports it.

http://www.w3.org/TR/html4/interact/forms.html#control-name

--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to