Jump to content

< > these exist in php?


dbradbury

Recommended Posts

i need to select all posts in a forum that were posted previous to 'todays date' <- obviously changing daily.... note that the subject of the posts will be date format of YYYY/MM/DD (Y/m/d)

 

i have something like

$getbookings = mysql_query("SELECT * FROM phpbb_posts WHERE forum_id=17 AND post_subject <= '$date' ORDER BY post_subject ASC");

 

but think i need to add a date variable declaring todays date..?

Link to comment
https://forums.phpfreaks.com/topic/223294-these-exist-in-php/#findComment-1154352
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.