"Ryan A" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hey, > > been looking at a lot of calenders most of them are either too big for my > use (whole page), not free, in javascript or too complicated. > > I require a calender that is simple, loads fast,small and not javascript, > the closest I found is at: > http://scripts.franciscocharrua.com/calendar.php > > just two problems with it, > 1. It does not have the days on top (eg: s,m,t,w,t,f,s - sunday, > monday....etc) > 2. (not required but would be nice if it would) allow me to link from the > days of the calender to some page/s > > I guess I could modify the above calender as it pretty good + open > source...but if anybody is using a calender already which is like the above > + the 1 or two points I wrote....your response would be appreciated. ;-)
Hi Ryan, there is an excellent calendar package in PEAR with good documentation: http://pear.php.net/package/Calendar Here is a simple sample script to build a calendar that can easily be modified: http://pear.php.net/manual/en/package.datetime.calendar.intro-inahurry.php Hope this helps. regards, Torsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php