I'm trying to understand how mktime() function works. I've tried as follows:
<?
mktime($one,$two,$three,$four,$five,$six);
echo "<p>$one $two $three $four $five $six</p>\n";
?>
What am I doing wrong?
I'm trying to understand how mktime() function works. I've tried as follows:
<?
mktime($one,$two,$three,$four,$five,$six);
echo "<p>$one $two $three $four $five $six</p>\n";
?>
What am I doing wrong?