I was wondering if there was a way to select the data out of my database and order it by multiple fields. For example:
Code: Select all
SELECT * FROM $table_name WHERE id=$idnum ORDER BY year AND month AND dayThanks,
- Jeff
Moderator: General Moderators
Code: Select all
SELECT * FROM $table_name WHERE id=$idnum ORDER BY year AND month AND day