LiamG Posted March 18, 2003 Share Posted March 18, 2003 Hi guys...hope all are well. How does one say, like: SELECT * FROM `calendar` WHERE date = ---TODAY--- ORDER BY `date` DESC LIMIT 0,1?? Thanks, LiamG. ps - also - like --TODAY-- + 1 day Quote Link to comment Share on other sites More sharing options...
effigy Posted March 18, 2003 Share Posted March 18, 2003 get the date via php\'s date() function and embed it into the query. Quote Link to comment Share on other sites More sharing options...
LiamG Posted March 18, 2003 Author Share Posted March 18, 2003 Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.