Current Planetary Positions

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



Sun 08° Taurus 56' 35"
Moon 04° Capricorn 48' 03"
Mercury 16° Aries 24' 24"
Venus 29° Aries 07' 10"
Mars 28° Pisces 32' 54"
Ceres 20° Capricorn 44' 28"
Pallas 04° Sagittarius 57' 44" 
R
Juno 06° Virgo 25' 00"
Vesta 09° Cancer 08' 26"
Jupiter 23° Taurus 36' 06"
Saturn 16° Pisces 26' 23"
Chiron 20° Aries 34' 21"
Uranus 22° Taurus 15' 36"
Neptune 28° Pisces 51' 41"
Pluto 02° Aquarius 06' 01"
TrueNode 15° Aries 24' 40" 
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.