
April 3rd, 2000, 05:07 PM
|
|
Junior Member
|
|
Join Date: Mar 2000
Posts: 13
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
i'm trying to build a database for the local music scene. music listings are put in the database with musicians name, date (yyyy-mm-dd format), where to, etc.
question 1: is there a way to grab entries sorted by thier first letter? for example, having links a,b,c,...,z, and by clicking on the "a" link you get only the musician's whose names start with a.
question 2: is there a way to get future dates? for example $today = date("Y-m-d");
will get you todays date, is there a way to get tomorrows date. day after tomorrow, and the day after that, etc.? this is so i can show who's playing where on future dates.
thanks, in advance.
|