Jump to content

compare dates


ohdang888

Recommended Posts

How do i compare dates... for example...

This is what i want to do

 

 

$last = $row['time'];

mysql_select_db("comments") or die(mysql_error());

 

//this query is comparing dates....

$result = mysql_query("SELECT COUNT(id) FROM `game_comments` WHERE `com_date` IS AFTER '{$last}' ")or die(mysql_error());

$row = mysql_fetch_array($result);

$count = $row['COUNT(id)'];

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/97906-compare-dates/
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.