Current Planetary Positions

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



Sun 05° Taurus 15' 02"
Moon 16° Scorpio 17' 33"
Mercury 15° Aries 59' 41" 
R
Venus 24° Aries 26' 26"
Mars 25° Pisces 36' 59"
Ceres 20° Capricorn 20' 22"
Pallas 05° Sagittarius 48' 05" 
R
Juno 06° Virgo 19' 24"
Vesta 07° Cancer 47' 48"
Jupiter 22° Taurus 43' 15"
Saturn 16° Pisces 05' 29"
Chiron 20° Aries 21' 19"
Uranus 22° Taurus 02' 44"
Neptune 28° Pisces 44' 32"
Pluto 02° Aquarius 05' 22"
TrueNode 15° Aries 36' 27" 
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.