cal_dys_in_month();

http://cz.php.net/manual/cs/function.cal-days-in-month.php
PROČ NA WZ NEFUNGUJE?
a píšeš název té fce správně? soudě dle předmětu tohoto tématu asi ne...
Na locále my to bježý :-( Tady bogužel nie
function cal_days_in_month($gregorian_nepotrebne_kecy, $month, $year){
$tmp = $month;
for($i=1;$tmp==$month;$i+=1) $tmp = date("m", MkTime(0,0,0,$month,$i,$year));
return $i-2;
}

tak mě to přestalo bavit, a tu funkci jsem si udělal sám :-)
to nestacilo pouzit Date('t', mktime(0,0,0,$month,1,$year)); ... ?
a čo toto?

$pocet_dnu = date("j",mktime(0,0,0,$mesic+1,0,$rok)); ?

(viz manuál: The last day of any given month can be expressed as the "0" day of the next month, not the -1 day.)