RE: [PHP] how to move one element of an array to the end of the array

2001-10-19 Thread Mark Charette
Don't bother with doing it in PHP, do it in MySQL with a functional ordering: Select Make from your_db order by if(left(Make,7)='no make','',Make) -Original Message- From: Tom Beidler [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 11:53 AM To: php list Subject: [PHP]

Re: [PHP] how to move one element of an array to the end of the array

2001-10-19 Thread Mark
On Fri, 19 Oct 2001 12:17:48 -0700, Tom Beidler wrote: Trying to use the solution without positive results First need to clarify, I'm actually trying to order the model. Here's my original query; $make_query = SELECT make.make, model.model, application.make_id, application.model_id FROM