Jump to content

event calendar


techker

Recommended Posts

hey guys i have an event calendar script that insert in a databse the event like so:

 

  id  uid  m  d  y  start_time  end_time  title  text 

 

now i want to do some stats on my maine page.

 

like upcomming event,# of evevent in the week and month..

 

so my questions i got the day

 

SELECT `d` 
FROM pec_mssgs
WHERE `d` >= day( curdate( ) ) 
LIMIT 0 , 30 

how can i select the week?

Link to comment
https://forums.phpfreaks.com/topic/138765-event-calendar/
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.