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
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
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
3 matches
Mail list logo