gebelik için ;
{
$last = mktime (0,0,0,$month, $day, $year) ;
$gest = 24192000;
$due = $last + $gest;
echo "Your last cyle started on ";
echo date("M-d-Y", $last) ;
echo "
Your baby is due approximately ";
echo date("M-d-Y", $due) ;
echo "
{
$last = mktime (0,0,0,$month, $day, $year) ;
$gest = 24192000;
$due = $last + $gest;
echo "Your last cyle started on ";
echo date("M-d-Y", $last) ;
echo "
Your baby is due approximately ";
echo date("M-d-Y", $due) ;
echo "
";
}
?>
İdeal kilo hesabı :
https://github.com/pimteam/BMI-Calculator/blob/master/overweight_calculator.php
Yıllar önce yapmıştım.Tüm hesaplamalar. gebelikte özel durumlar falan zaman tünelli ama her zamanki gibi yayınlamadım :D