[...snip...]
Which means I can't modify the code above into PHP prefered
style:
 
<input type=checkbox name="box[]" value=1>
<input type=checkbox name="box[]" value=2>
....
 
[...snip...]

Why is this the preferred style, and where can I read more about it?

Frode Lillerud, Norway

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

Reply via email to