$cat = $d8; ?>
$var1 = StateAbbreviate($df7); ?>
|
|
Moving to echo $df8; ?>
Home >
Arizona
>
Flagstaff
|
|
Flagstaff, ArizonaFlagstaff, now there's an odd name for a town. What's even more odd is that no one seems to know just how the name came to be. A number of different groups have laid claim to erecting the flagpole that was responsible for it, but the earliest claim comes from a group of New Englanders who were lured to the area by promises of lush valleys, plentiful water, and easy riches. On July 4, 1876, they ran a flag up a ponderosa pine pole to celebrate the nation's 100th birthday and then they left, giving the town nothing more than a name, but then that's giving it quite a bit.
|
|
 |
 |
|
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");
}
?>
|