This is my first post here, and I'm brand new at PHP/MySQL, so please bare with me
I have a database with four columns: id, header, text and date, which I display with a while loop. Now, what I need to do is some kind of (additional?) loop to make only posts where the date variable is > today's date show. So, something like while ($date > $now), echo $row... how do I proceed?
Thanks in advance for any help!
// Leif