Hi... beginner here. Working on a php page and using this



$query_announcements = "SELECT * FROM announcements WHERE announcements.announcements_expiredate >CURDATE() ORDER BY announcements_expiredate ASC ";


Client now wants the announcement NOT to show until a specific date.

I have an announcements_postdate in the table. Just not sure what the WHERE should be to not show until that date.

Thanks much,



--
Patrice Olivier-Wilson
http://biz-comm.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to