Basically I have a while loop that lists a bunch of names from my database.
The name table has the name row and a status row…
I can’t figure out how to list the names with the status 1 first before it lists the rest of the names.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your database query add an order by on the status field.