[PHP] Re: Simple calender

2004-05-31 Thread Craig
Ryan, with a bit of tweaking you can edit that script to what you want. heres an example = "; $calendar_html .= "" . $month_name . " " . $year . ""; $calendar_html .= ""; $calendar_html .=

[PHP] Re: Simple calender

2004-05-31 Thread Torsten Roehr
"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, >