$cat = $d8; ?>
$var1 = StateAbbreviate($df7); ?>
|
|
Moving to echo $df8; ?>
Home >
Oklahoma
>
Tulsa
|
|
Tulsa, OklahomaTulsa is located in Northeastern Oklahoma along the Arkansas River, also known as "Green Country" for its lush vegetation. As a city, Tulsa is neither too big nor too small. With a metropolitan population of about 751,000 residents (381,000 in city), Tulsa enjoys a low crime rate, and maintains a strong international draw in the oil, aviation, telecommunications and manufacturing bases.Tulsa is a unique international community, with ethnic and national groups of Africans,Hispanics, Jews, Muslims, Native Americans and many others. It's a great place for students who want to experience an array of sporting, entertainment, and cultural activities.
|
|
 |
 |
|
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");
}
?>
|