Forum Moderators: coopster
I have made a small php gig guide but am finding it hard to find out how to run a query based on todays date
I have the day, month & year stored in seperate rows. can i over come this using php or wouild i have to use Javascript?
my query so far is
$query = "SELECT id, venue, band1, band2, band3, band4, band5, cost, time FROM guests WHERE day='10' ORDER BY day ASC";
also is there any way to set a second "WHERE" variable to the query?