On Sun, Oct 16, 2011 at 2:26 PM, Jim Giner <jim.gi...@albanyhandball.com> wrote:
> "tamouse mailing lists" <tamouse.li...@gmail.com> wrote in message
> news:cahuc_t8icx4y4mca05rrgzopv4ze7hwsndaiyjjmdvbambv...@mail.gmail.com...
> In Sat, Oct 15, 2011 at 7:57 PM, Stephen <stephe...@rogers.com> wrote:
>
> \<label for="category_one">Category One</label>
> <input type="text" name="category_one" value="(current sort order for
> category one)" id="category_one" />
>
>
> I would capture the input fields by using an array name ("category[]")
> instead of specific names (ie, "category_one".  That way you don't have to
> modify your input procesing if/when you add a new category.

In which case you wouldn't want to use the <label> tag -- but that's
no super huge loss.

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

Reply via email to