On Sun, Oct 16, 2011 at 2:26 PM, Jim Giner <jim.giner@xxxxxxxxxxxxxxxxxx> wrote: > "tamouse mailing lists" <tamouse.lists@xxxxxxxxx> wrote in message > news:CAHUC_t8iCx4Y4mCA05rrgZOPv4ZE7hwSndAiYJJmDVbambvE1Q@xxxxxxxxxxxxxx... > In Sat, Oct 15, 2011 at 7:57 PM, Stephen <stephen-d@xxxxxxxxxx> 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