Jump to content

Today added


domic

Recommended Posts

[!--quoteo(post=371044:date=May 3 2006, 01:11 PM:name=domic)--][div class=\'quotetop\']QUOTE(domic @ May 3 2006, 01:11 PM) [snapback]371044[/snapback][/div][div class=\'quotemain\'][!--quotec--]
how to put this correctly?
[/quote]

$query="SELECT * FROM table WHERE date=NOW();";

As long as your dates use the format 00-00-00 00:00:00 then you use the NOW() function in MySQL

instead of [b]TODAY[/b] use [b]NOW()[/b]

The two functions that may be helpful to anyone reading this would be NOW() and CURDATE()

[b]NOW()[/b] will return the date/time in the format "00-00-00 00:00:00"

[b]CURDATE()[/b] will return the date in the format "0000-00-00"
Link to comment
https://forums.phpfreaks.com/topic/9003-today-added/#findComment-33106
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.