This is a discussion on Re: community calendar code/source? within the PHP Language forums, part of the PHP Programming Forums category; On Tue, 15 Jun 2004 02:29:43 +0000, Leythos wrote: > I would like to find a community calendar ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 15 Jun 2004 02:29:43 +0000, Leythos wrote:
> I would like to find a community calendar source for our 4H group to > use. I would like to to show the days of the month in a typical calendar maybe overkill.... http://www.opensourcecms.com |
|
|||
|
On Sun, 27 Jun 2004 07:18:06 GMT, "T. Costa" <phptres@satmech.com>
calmly ranted: >On Tue, 15 Jun 2004 02:29:43 +0000, Leythos wrote: > >> I would like to find a community calendar source for our 4H group to >> use. I would like to to show the days of the month in a typical calendar > >maybe overkill.... > >http://www.opensourcecms.com "Maybe"? Question: Which of the eleven hundred files actually contains the calendar code? 3+ more choices for Leythos: http://www.localendar.com is a free online calendar service which allows anyone with the password to set it up/add daily info. I used it to cut costs for a church site last year. I googled this other source: http://www.bigwebmaster.com/PHP/Scri...ams/Calendars/ Take your pick. ================================================== ========== Help Save the Endangered Plumb Bobs From Becoming Extinct! http://www.diversify.com/stees.html Hilarious T-shirts online ================================================== ========== |
|
|||
|
Larry Jaques wrote:
> http://www.localendar.com is a free online calendar service > which allows anyone with the password to set it up/add daily > info. I used it to cut costs for a church site last year. Nice, Does amybody know some Free PHP script that builds calendar like this. I don't need a database connection. I just need a script that will print a calendar based on 2 variables: $year and $month Any resource? -- Tomislav Bilic Escape d.o.o. http://www.escapestudio.net -- GSM: +385 91 577 1025 ICQ: 1824223 -- |
|
|||
|
Tomislav Bilic schrieb:
> I just need a script that will print > a calendar based on 2 variables: $year and $month > > Any resource? http://pear.php.net/package/Calendar Matthias |
|
|||
|
Matthias Esken wrote:
> Tomislav Bilic schrieb: >>I just need a script that will print >>a calendar based on 2 variables: $year and $month >>Any resource? > > > http://pear.php.net/package/Calendar Excellent! Exactly what I needed :) TNX! -- Tomislav Bilic ICQ: 1824223 http://www.escapestudio.net |