PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i'm displaying date from a mysql table by date in php
i'm going to have it compare dates so it won't display anything that has a date earlier than the current date (so it expires)
i run a mysql_query and then fetch the data and then display it in a table on the site.
so how do i have it skip (not display) a row that is "expired" and just continue on to the next entry?