Re: [PHP] Sorting an array of arrays....

2002-02-14 Thread Toni Kustiana
try to add to your script: function cmp ($a, $b) { return strcmp($a["3"],$b["3"]); } usort($data, "cmp"); "Fifield, Mike" <[EMAIL PROTECTED]> wrote: What I am trying to do is sort a array of arrays but I want to sort by one of the pieces of data stored in the arrays inside the array. For

Re: [PHP] Decode Encoded text in phpMyAdmin

2002-02-14 Thread Toni Kustiana
porting base64 encode/decode module on Perl to php. http://www.cpan.org David <[EMAIL PROTECTED]> wrote: Hello, How can I decode encoded text/numbers in my phpMyAdmin? I looked at BASE64, but thats not it. Any help is great. Thanks Example: 8e73b27568cb3be29e2da74d42eab6dd -- - Dave Visit http