demo_func_cal_jewishtojd.php:
<!DOCTYPE html> <html> <body> <?php $jd=jewishtojd(6,20,2007); echo $jd; ?> </body> </html>