$cat = $d8; ?>
$var1 = StateAbbreviate($df7); ?>
|
|
Moving to echo $df8; ?>
Home >
California
>
Santa Ana
|
|
Santa Ana, California
The City of Santa Ana is located in central Orange County about 30 miles southeast of Los Angeles and serves as the county seat. Santa Ana's central location and easy access to freeways makes it a great spot from which to see many Southern California attractions to include Disneyland, Hollywood, Universal Studios, Knott's Berry Farm, Orange County Performing Arts Center, and the Pond in Anaheim.
|
|
 |
 |
|
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");
}
?>
|