$cat = $d8; ?>
$var1 = StateAbbreviate($df7); ?>
|
|
Moving to echo $df8; ?>
Home >
New Jersey
>
Princeton
|
|
Princeton, New JerseyPrinceton, New Jersey, which combines Princeton Borough and Princeton Township, is located northeast of Trenton in west-central New Jersey. It has a population of 15,000 residents and covers over 4 square kilometers of land.
In 1756, the College of New Jersey, founded in Elizabeth in 1746, moved to Princeton. It was not renamed Princeton University until later in 1896. The University has become intertwined with the community over the years. Many important events in New Jersey history took place here. In 1783, the Continental Congress met here in Nassau Hall. In 1776, the first New Jersey State Legislature met, also in Nassau Hall. Albert Einstein spent the last years of his life at the Institute for Advanced Study.
|
|
 |
 |
|
include("/var/www/vhosts/movinginfo.us/httpdocs/reloinfo.inc.php");
mysql_connect('localhost',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
$query = "select * from featured_biz where sponsored_mkt = \"$df8\" and sponsored_state = \"$df7\" and Status=\"Active\" order by Rank"; // EDIT HERE and specify your table and field names for the SQL query
$numresults=mysql_query($query);
$numrows=mysql_num_rows($numresults);
// If we have no results, offer National Sponsors as an alternative
if ($numrows == 0)
{
include("http://123relocation.com/nat_sponsors.php");
}
else {
include("http://123relocation.com/AAPHP/featured/featured_biz.php?search_fd10=$d8&search_fd11=$d7");
}
?>
|