<!DOCTYPE html>
<html>
<body>

<?php
$jd=juliantojd(6,20,2007);
echo $jd . "<br>";
echo jdtojulian($jd);
?>


</body>
</html>