ccrevcypsys Posted September 19, 2007 Share Posted September 19, 2007 how can i make it so when i query my database for my current events it only shows the ones after today. So like if today where to pass and i had and event on 9-06-07 it wouldn't show up? Here is what i have for the pull $events_query="SELECT * FROM ".$glob['dbprefix']."StreamRush_events WHERE customer_id=".$ccUserData[0]['customer_id']; $events_table = $db->select($events_query); i have no clue what the synax is for that.. can somone please help me Link to comment https://forums.phpfreaks.com/topic/69959-solved-query-after-date-please-please-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.