How to make a PHP calendar

posted on November 14, 2007, 3:58 pm
Comments
Doug posted on December 16, 2009, 11:25 pm
excellent thank you!! but ill repeat the question from burt on june 26th, how do you make the dates clickable? thanks!

Gav posted on December 8, 2009, 11:19 am
Thanks dude - this is just what i've been looking for a nice basic script that isn't bloated with a billion features that nobody requires - thanks again :-)

Oko posted on November 9, 2009, 7:24 am
i didn't see result.

prachi posted on September 23, 2009, 3:48 pm
thanx it is very helpful

Muhammad Dwairi posted on August 19, 2009, 1:54 pm
Hi, Thanks alot, you helped me alot..... but how to mark or highlight today date?

Kris posted on August 15, 2009, 9:16 pm
This is a good tutorial thanks.

I've added the following at the end to make it complete;

$test = $maxday+$startday;
if($test > 35) { $t = 42; } else { $t = 35; }
$extrarows = $t-$maxday-$startday;
while($extrarows != 0) {
echo "<td></td>n";
$extrarows--;
}

Thanks again!

Roly posted on June 30, 2009, 1:34 am
Thanks this helped me a lot. :)

bert posted on June 26, 2009, 6:31 am
that calendar is great, but I am wondering how can I make the dates clickable, so I can store the date that a client selects in a db. You know like the ones that airliners use

Thanks

harRis posted on June 2, 2009, 7:21 am
Simple but , Awsome really easy to develope for my project thank's ..

Mikael posted on March 4, 2009, 11:30 am
Thanks for an excellent script! =)
But how do I make the weekdays start with Monday?

Pages:   1   2   3   4   
   
If you have any additions, suggestions or modifications for this example please contact us or use the form below.
   
Your name:
Your email: (email address will not be posted on the web site)
Comment:
Verification