pingham
08-27-2005, 04:48 PM
I am using
$query=mysql_query ("SELECT * from XXX WHERE XXX ='ampthill' ORDER by XXX ASC");
to select my data from mysql. I would like to display members data above all other data and then the rest ASC. members are identified with a 'yes' or 'no' in a members columb. Any ideas?
$query=mysql_query ("SELECT * from XXX WHERE XXX ='ampthill' ORDER by XXX ASC");
to select my data from mysql. I would like to display members data above all other data and then the rest ASC. members are identified with a 'yes' or 'no' in a members columb. Any ideas?