Re: [PHP] Fast code to partially flatten an array based on several keys?

2002-06-30 Thread Morgan Grubb
;ve written a mostly working quicksort routine, which seems to have cut the time down significantly on searches, so I'll keep plugging away at this. Of course, now that it *appears* to be working, I'm getting a lot more work dumped on me, so finishing it off is going to take a bit longer

Re: [PHP] Fast code to partially flatten an array based on several keys?

2002-06-27 Thread Morgan Grubb
me clinically insane. I'll let you know how I get on. =) Cheers, Morgan Grubb. "Martin Towell" <[EMAIL PROTECTED]> wrote in message 6416776FCC55D511BC4E0090274EFEF508A550@EXCHANGE">news:6416776FCC55D511BC4E0090274EFEF508A550@EXCHANGE... > This is what I came up w

Re: [PHP] Fast code to partially flatten an array based on several keys?

2002-06-27 Thread Morgan Grubb
= $row['vehicle_id']; $vehicles[$i][$row['company_id']] = $row['page_views']; } $i++; } Morgan Grubb. "Martin Towell" <[EMAIL PROTECTED]> wrote in message 6416776FCC55D511BC4E0090274EFEF508A54E@EXCHANGE">n

Re: [PHP] Fast code to partially flatten an array based on several keys?

2002-06-27 Thread Morgan Grubb
Martin, I'm happy to do it either way, but I can't think of a really fast way to do it, which is why I thought I'd ask. =) Morgan Grubb. "Martin Towell" <[EMAIL PROTECTED]> wrote in message 6416776FCC55D511BC4E0090274EFEF508A54E@EXCHANGE">news:6416776F

[PHP] Fast code to partially flatten an array based on several keys?

2002-06-27 Thread Morgan Grubb
gt; Array ( [dealer_id] => 645 [vehicle_id] => 35073 [1] => 10 [0] => 6 ) ) Can anyone think of a fast way to do this either during creation of the array or after the array has been created? (A sort of fast_flatten($array) function) ?

Re: [PHP] Image aliasing

2002-06-25 Thread Morgan Grubb
rly large company with an absolutely shocking website). I've written a couple of fairly graphics intensive presentations just to highlight the difference, to no avail. At any rate, it appears as though I'm completely out of luck on this issue. -- Cheers, Morgan Grubb. "An

Re: [PHP] Image aliasing

2002-06-24 Thread Morgan Grubb
clients use Netscape, so that doesn't help me in any way. -- Cheers, Morgan Grubb. "Kevin Stone" <[EMAIL PROTECTED]> wrote in message 004001c21bcf$2354dea0$6401a8c0@kevin">news:004001c21bcf$2354dea0$6401a8c0@kevin... > I seriously doubt it. Windows is going

[PHP] Image aliasing

2002-06-24 Thread Morgan Grubb
the large image be recompressed in such a way that it doesn't noticeably damage the large version, but improves how it looks when arbitrarily shrunk in IE? -- Cheers, Morgan Grubb. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php