|
Posted by Mike P2 on 05/17/07 20:23
I used to use arrays in input data that will be turned into a
superglobal more often, but now that I care more about xHTML validity,
I don't. Validation checking websites (particularly the W3C validator)
yell at me for having square brackets in a name or id attribute. I
started going the simple way of just separating what would be the
array name from what would be the subscript with an underscore and
parsing that out with PHP later. Is there a better, valid way of doing
this that will have PHP set up my multidimensional superglobals for me
as it would with the square brackets?
-Mike PII
Navigation:
[Reply to this message]
|