Current Planetary Positions

New!
Links to Planets, Signs,
Placements & Degrees!
(Login Now for degrees)



Sun 24° Taurus 24' 30"
Moon 16° Leo 00' 21"
Mercury 28° Aries 48' 33"
Venus 18° Taurus 47' 12"
Mars 10° Aries 48' 37"
Ceres 21° Capricorn 32' 36"
Pallas 00° Sagittarius 36' 01" 
R
Juno 07° Virgo 46' 37"
Vesta 15° Cancer 06' 19"
Jupiter 27° Taurus 21' 07"
Saturn 17° Pisces 43' 41"
Chiron 21° Aries 26' 31"
Uranus 23° Taurus 10' 56"
Neptune 29° Pisces 18' 23"
Pluto 02° Aquarius 04' 14" 
R
TrueNode 14° Aries 52' 49" 
R

Horoscope Reports (Place)

Name:

Birthday:

BirthTime: :[insert_php]if (isset($_POST["BTU"])) {echo "(Sun Rising/Eq Houses)";} else if ($_POST["AP"]=="12") {echo "PM";} else {echo "AM";} [/insert_php]



First choose a Country, then the State(US only):

[insert_php]
$con = mysql_connect("localhost","esther","SDfr38LB");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}

mysql_select_db("PlacesDB", $con);

$ors = mysql_query("SELECT DISTINCT Country FROM Countries ORDER BY Country");
$srs = mysql_query("SELECT DISTINCT State FROM States ORDER BY State");

[/insert_php]

[insert_php]if ($_POST["countrySelect"]=="- US -")
{
echo "";
} else {
}
[/insert_php]

Then the city of your birth:

[insert_php]

if ($_POST["countrySelect"]=="- US -")
{

if ($_POST["RegionCheck"]=="")
{

$strText="Alabama";
}
else
{

$strText=$_POST["RegionCheck"];
}
}
else
{
if ($_POST["countrySelect"]=="")
{
$strText="Canada";
}
else
{
$strText=$_POST["countrySelect"];
}
}

$conC = mysql_connect("localhost","esther","SDfr38LB");
if (!$conC)
{
die('Could not connect: ' . mysql_error());
}

mysql_select_db("PlacesDB", $conC);

$orsC = mysql_query("SELECT City FROM $strText ORDER BY City");

if (!$orsC)
{exit("Error in SQL");}
[/insert_php]







[insert_php]
$US = $_POST["RegionCheck"];
$NOTUS = $_POST["countrySelect"];
if ($_POST["countrySelect"]=="- US -")
{
echo "";
} else {
echo "";
}
[/insert_php]


Clear

Comments are closed.