I have a query like :
Code: Select all
SELECT no_document,titre_document FROM document WHERE no_document=3 OR no_document=1 OR no_document=2Code: Select all
while($ligne=mysql_fetch_array($requete)){
...
}Is there a way to keep the order like the order in the WHERE clause because my results always seems to re-order automatically by id...
Thanks to help me!!!
Marie-Hélène