Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$start=time;
# Do funky stuff
$finish=time;
$timetaken = $finsh-$start;
(@date)=localtime($timetaken);
$time_taken = sprintf("0.2d",$date[2]).":".sprintf("0.2d",$date[1]).":".sprintf("%0.2d", $date[0]);