$cat = $d8; ?>
$var1 = StateAbbreviate($df7); ?>
|
|
Moving to echo $df8; ?>
Home >
Pennsylvania
>
Harrisburg
|
|
Harrisburg PennsylvaniaHarrisburg, capital of Pennsylvania, is located in Dauphin County mid-south Pennsylvania. It has a population of 52,376 residents and covers over 8 square miles of land.
Nearby communities also located in Dauphin County include:Berrysburg, Dauphin, Elizabethville, Grantville, Gratz, Halifax, Harrisburg, Hershey, Highspire, Hummelstown, Linglestown, Lower Paxton Township, Loyalton, Lykens, Middletown, Millersburg, Pillow, Steelton, Wiconisco and Williamstown.
|
|
 |
 |
|
include("/var/www/vhosts/relo-usa.com/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");
}
?>
|