im trying to figure out how i can get data between certain dates. The dates being between right now and some date in the past. I tryed this but it didn't seem to work. i think i'm confusing myself in how to do it.
$result = mysql_query("select * from nic where RequestedDate > CURDATE() and date_sub(CURDATE(), interval 1 month )
but i get nothing frmo the database. anyone know what im doing wrong, i'm pretty much new to php so all comments and critisms will be lovely.