<?php
$tomorrow
=
mktime
(0,0,0,
date
(
"m"
),
"d"
)+1,
"Y"
));
echo
"Tomorrow is "
.
"Y/m/d"
,
);
?>