mysql_fetch_array question
Posted: Sat Aug 05, 2006 5:57 pm
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?
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?