Hey,
First off, I know a good bit of PHP, but this one problem is giving me fits.
I want to setup a table so a band I did a website can enter their upcoming tour dates to be published on the site.
In the database we want the show date, city, venue, and link to the venue, but what I can't figure out is how to set it up so that on the page there is a way to sort the shows out in order from closest to furtherest.
Like if they have three shows July 1, July 3, and July 5, I want them to be displayed in that order on the site. I could just use show_ID (the primary key), but sometimes they add shows between others and it wouldn't sort right.
If anyone could help, I'd greatly appreciate it.