Forum Moderators: coopster

Message Too Old, No Replies

Calendar

PHP Calendar Script

         

tahu forever

12:45 pm on May 20, 2003 (gmt 0)

10+ Year Member



Hey,

I am looking for a PHP script that is kinda easy to edit by someone with a decent PHP knowledge. It also must display in month format and work off a MySQL database. I like the format used here. <snip>

If anyone can help I would be very grateful,

Tahu

[edited by: jatar_k at 3:09 pm (utc) on May 20, 2003]
[edit reason] no urls thank you [/edit]

jatar_k

3:10 pm on May 20, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



If the one you linked to was what you wanted why couldnt you use that?

tahu forever

10:33 pm on May 20, 2003 (gmt 0)

10+ Year Member



Can't. Its not a free script. It's part of someone elses website.

I could write my own but I dont know how to make the correct date come up and the correct days for each month be displayed.

jatar_k

10:52 pm on May 20, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



the three functins I use the most when doing date math are

getdate() [php.net]
mktime() [php.net]
strftime() [php.net]

jatar_k

10:58 pm on May 20, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You could also try hotscripts.com I just did a quick search for "calendar" in the php section and came up with over 100.

Though you would have to assess them to see which one has the features you are looking for.