On 6/12/07, Richard Lynch <ceo@xxxxxxxxx> wrote:
On Tue, June 12, 2007 9:33 am, Tijnema wrote: > I meant reverse order :P That would be pretty broken.
First, you should;ve seen this as a joke that replies to the previous messages.
There's no guarantee that browsers will present the inputs in any order at all, even though they all seem (so far) to follow the convention of presenting them in the order they appear in the form.
These forms fields don't really exists. They are all genereated from one item named Submit. The broser adds .x and .y...
If, however, one browser decides tomorrow to use the "tab" order instead, and your code breaks because of that, it's your fault, not the browser's.
And of course, once it is in PHP, it is in an array, and order doesn't matter anymore... Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php