<!DOCTYPE html>
<html>
<body>

<?php
$jd=gregoriantojd(9,25,2016);
echo $jd . "<br>";
echo jdtogregorian($jd);
?>

</body>
</html>