Jump to content

PHP calendar


jimfog

Recommended Posts

I am building a php calendar, and in it the various dates are changed(upon clicking arrows, like outlook for example) by variables passed to the url and then being get by REQUEST arrays which equal to various php date functions. So, i am using the GET method to build the logic. My question is if you think this is the most efficient way to build a php calendar. I went to google calendar and i noticed that nothing is passed with the url-as i do in my application. So, what do you think. WHat mechanism you think google calendar employs to achieve its functionality? Does it use a POST method? Is it sth i should follow also you think?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...