Re: [PHP] Sort a an array?

2001-08-16 Thread Sheridan Saint-Michel
Message - From: Allen May <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 10:31 AM Subject: [PHP] Sort a an array? I want to sort a result set from a mySQL query (see code below). I can't figure out how to properly sort the $result in the while

RE: [PHP] Sort a an array?

2001-08-16 Thread Jon Haworth
le order by $field desc"; HTH Jon -Original Message- From: Allen May [mailto:[EMAIL PROTECTED]] Sent: 16 August 2001 16:32 To: [EMAIL PROTECTED] Subject: [PHP] Sort a an array? I want to sort a result set from a mySQL query (see code below). I can't figure out how to properly sort t

RE: [PHP] Sort a an array?

2001-08-16 Thread Sam Masiello
re Quality Assurance Engineer Synacor (716) 853-1362 x289 [EMAIL PROTECTED] -Original Message- From: Allen May [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 11:32 AM To: [EMAIL PROTECTED] Subject: [PHP] Sort a an array? I want to sort a result set from a mySQL

[PHP] Sort a an array?

2001-08-16 Thread Allen May
I want to sort a result set from a mySQL query (see code below). I can't figure out how to properly sort the $result in the while loop. I just want to alphabatize the search result. Any suggestions how to do this? Thanks -Allen [EMAIL PROTECTED] (remove _nospam to reply) *