There are plenty of questions and answers to this like this question but I can't find any that actually use it in a MYSQL query. I need to query the database based on certain amount of days between now and a date in the table. I now there are ways to do math in mysql queries but don't quite know how to begin.
Any suggestions how to do this with PHP and mysql?
Sorry for not mentioning it, my date field is unix timestamp. So how do I accomplish that with that format?