setTimezone(new DateTimeZone("UTC")); $year = (int)$dt->format("Y"); $month = (int)$dt->format("m"); $day = (int)$dt->format("d"); $hour = (int)$dt->format("H") + ((int)$dt->format("i")/60); $houses = $sweph->houses($year,$month,$day,$hour,$lat,$lon,SwissEphemeris::HSYS_PLACIDUS); $ascendant = $houses['asc']; $signs = ["Koç","Boğa","İkizler","Yengeç","Aslan","Başak", "Terazi","Akrep","Yay","Oğlak","Kova","Balık"]; $ascSign = $signs[floor($ascendant / 30)]; echo "
". "Yükselen Burcunuz: $ascSign (" . round($ascendant,2) . "°)
"; } ?>
Comments