Eugene Posted July 25, 2006 Share Posted July 25, 2006 Can anyone give me like an idea on how to create an 'order by' script without using mysql. Quote Link to comment https://forums.phpfreaks.com/topic/15609-php-order-by/ Share on other sites More sharing options...
cmgmyr Posted July 25, 2006 Share Posted July 25, 2006 what are you trying to order? can you give some more details? Quote Link to comment https://forums.phpfreaks.com/topic/15609-php-order-by/#findComment-63511 Share on other sites More sharing options...
wildteen88 Posted July 25, 2006 Share Posted July 25, 2006 If your data is in an array, you can use something like [url=http://uk2.php.net/manual/en/function.arsort.php]asort[/url], or many of the other sort functions for arrays. However It'll be easier to use the ORDER BY clauase to order the results. Quote Link to comment https://forums.phpfreaks.com/topic/15609-php-order-by/#findComment-63512 Share on other sites More sharing options...
Eugene Posted July 25, 2006 Author Share Posted July 25, 2006 [quote author=wildteen88 link=topic=101824.msg403301#msg403301 date=1153848100]If your data is in an array, you can use something like [url=http://uk2.php.net/manual/en/function.arsort.php]asort[/url], or many of the other sort functions for arrays. However It'll be easier to use the ORDER BY clauase to order the results.[/quote]Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/15609-php-order-by/#findComment-63515 Share on other sites More sharing options...
trq Posted July 25, 2006 Share Posted July 25, 2006 Please visit and read the link in my signiture. Quote Link to comment https://forums.phpfreaks.com/topic/15609-php-order-by/#findComment-63523 Share on other sites More sharing options...
Eugene Posted July 25, 2006 Author Share Posted July 25, 2006 [quote author=thorpe link=topic=101824.msg403312#msg403312 date=1153849059]Please visit and read the link in my signiture.[/quote]Please visit this link.I call it: How to Answer questions - The smart way. http://www.catb.org/~esr/faqs/smart-questions.html#id266392 Quote Link to comment https://forums.phpfreaks.com/topic/15609-php-order-by/#findComment-63529 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.