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

2001-10-19 Thread Mark
let me know where I >strayed. try: ORDER BY make.make='no make specified',make.make,model.model >Also, out of curiosity, is it faster to do it in MySQL rather then >PHP? > >Thanks, >Tom > >> From: "Mark Charette" <[EMAIL PROTECTED]> >> Date

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

2001-10-19 Thread Mark Charette
o: php list Subject: [PHP] how to move one element of an array to the end of the array I'm running a query that pulls up automotive makes for a given year and orders them alphabetically. One of the options is "no make specified" which I would like to always move to the end of the m

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

2001-10-19 Thread Tom Beidler
I'm running a query that pulls up automotive makes for a given year and orders them alphabetically. One of the options is "no make specified" which I would like to always move to the end of the mysql_fetch_array. So my while loop would pull up AMC Ford Volkswagon No make specified Instead of A