[PHP] Soring an array

2002-04-09 Thread Vasoczki Ferenc
Hi! I am new on this list, so i welcome everybody! /sorry if my english is not too good/ My problem is: I want to sort an array. I found the array_multisort funciton in the help, but that is for multidimensional arrays, or 2 or more arrays. What i need exactly. I have 5 MySQL tables, and i

Re: [PHP] Soring an array

2002-04-09 Thread Andrey Hristov
to table(x) and table(x+1) HTH Regards, Andrey Hristov - Original Message - From: Vasoczki Ferenc [EMAIL PROTECTED] To: Php Mailing List (E-mail) [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 11:26 AM Subject: [PHP] Soring an array Hi! I am new on this list, so i welcome everybody

RE: [PHP] Soring an array

2002-04-09 Thread Niklas Lampén
You could use these two functions: array_unique(); and sort(); Niklas -Original Message- From: Vasoczki Ferenc [mailto:[EMAIL PROTECTED]] Sent: 9. huhtikuuta 2002 11:26 To: Php Mailing List (E-mail) Subject: [PHP] Soring an array Hi! I am new on this list, so i welcome everybody

Re: [PHP] Soring an array

2002-04-09 Thread Andrey Hristov
on teacher1.shool=teacher2.kindga; Regards, Andrey - Original Message - From: Vasoczki Ferenc [EMAIL PROTECTED] To: 'Andrey Hristov' [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 11:47 AM Subject: RE: [PHP] Soring an array hm, maybe, just i don't understand this join exactly... as i