kunjara / jyotish

PHP library for calculations in Vedic astrology
http://jyotish.su
179 stars 120 forks source link

[SOLUTION] How to get planet sitting in which Bhav (house) #30

Closed nitinmukesh closed 2 years ago

nitinmukesh commented 2 years ago

Use the following code in index.php

echo '<pre>'; print_r($Analysis -> getBodyInBhava('D1')); echo '</pre>';

OUTPUT

Array ( [Sy] => 12 [Ch] => 12 [Ma] => 11 [Bu] => 11 [Gu] => 3 [Sk] => 11 [Sa] => 4 [Ra] => 4 [Ke] => 10 [Lg] => 1 [MLg] => 9 [IL] => 10 [SL] => 6 )