Jump to content

[SOLVED] Basic Help displaying table


Cyberspace

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.