[PHP] Re: Sorting IP Address Data

2001-08-22 Thread Gregory
That looks clumsy, but it will work : you could make a multidimensional hash (treat it like table) like ips["first"][x] ips["second"][x] etc it is like table "ips": first | second | third | etc - 127 |0 | 0 | 127. |0 | 1

[PHP] Re: Sorting IP Address Data

2001-08-22 Thread Raphael Pirker
> 127.0.0.1 > 127.0.0.10 > 127.0.0.100 > 127.0.0.101 > 127.0.0.102 well, this looks pretty sorted to me :) you wanted them sorted by numeric value, right?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE