Click to See Complete Forum and Search --> : Client side calendar in PHP which displays Mondays & Thursdays ONLY


osnewbie2004
10-10-2004, 08:14 PM
I am a newbie to opensource...I need to develop
a client side calendar which would display the MOndays & Thursdays only for the current month depending on the system date. I need it in a drop down list some thing like
Monday, 10/11/2004.

Thanks,
Sean

dreamcatcher
10-11-2004, 07:23 PM
I`m afraid you wont create very much client side with PHP as its a server side scripting language. You should look at javascript for what you are trying to do.

:)