<!DOCTYPE html>
<html>
<body>

<?php
$jd=gregoriantojd(9,25,2016);
echo jdtounix($jd);
?>

</body>
</html>