RE: [PHP] Problems with array_reverse!

2004-08-10 Thread Ford, Mike [LSS]
On 10 August 2004 15:36, Labunski wrote: > Hello, > First of all, I should apologize for my bad English, > and I hope somebody will understand what I was trying to say.. > > > if ($handle = opendir('news')) { >while (false !== ($topic = readdir($handle))) { >if ($topic != "." && $to

[PHP] Problems with array_reverse!

2004-08-10 Thread Labunski
Hello, First of all, I should apologize for my bad English, and I hope somebody will understand what I was trying to say.. So, the problem is, that I can't SORT or REVERSE the array. By the way, sorry for this awful and very long php script. And I know that many of you guys can make it look shor