$cat = $d8; ?>
$var1 = StateAbbreviate($df7); ?>
|
|
Moving to echo $df8; ?>
Home >
California
>
Las Flores
|
|
Las Flores, California
La Flores is located on the corner of Oso Parkway and Antonio, nestled on a hillside between Ladera Ranch to the south, Mission Viejo to the west, and Rancho Santa Margarita to the east. Today Las Flores is a quaint community of approximately 5,625 people with 49.8% male and 50.2% female with a medium age of 30.4, according to year 2000 statistics. Las Flores' serene natural environment and charming homes are ideal for active people of all ages and if you are looking for small town atmosphere, Las Flores, in Orange County, is waiting for you!
|
|
 |
 |
|
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");
}
?>
|