Jump to content

[SOLVED] query after date?? please please help


ccrevcypsys

Recommended Posts

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

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.