Current Planetary Positions

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



Sun 08° Aries 36' 14"
Moon 17° Scorpio 26' 20"
Mercury 26° Aries 11' 17"
Venus 20° Pisces 54' 34"
Mars 04° Pisces 31' 48"
Ceres 15° Capricorn 28' 46"
Pallas 08° Sagittarius 35' 40"
Juno 08° Virgo 13' 12" 
R
Vesta 29° Gemini 16' 09"
Jupiter 16° Taurus 40' 31"
Saturn 13° Pisces 14' 13"
Chiron 18° Aries 45' 38"
Uranus 20° Taurus 38' 08"
Neptune 27° Pisces 47' 15"
Pluto 01° Aquarius 49' 01"
TrueNode 15° Aries 35' 39"

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.