Anything wrong with this code? I got the same error "A non well formed numeric value encountered "
$daysInMonth = date("t", mktime(1, 1, 1, $month, $day, $year));
and
$date = mktime(0, 0, 0, $month, $day, $year);
MOD EDIT: Threads split; original thread was: [RESOLVED] Notice: A non well formed numeric value encountered.