Cyberspace Posted April 6, 2008 Share Posted April 6, 2008 Hi, im having a problem displaying specific rows in a table in php, i have a date field in the database and im trying to get the table to output the rows that have a past date, im not sure if im completely off the track with the syntax. $query = "SELECT * FROM events WHERE Date <(NOW)"; Link to comment https://forums.phpfreaks.com/topic/99797-solved-basic-help-displaying-table/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.