0){
?>
Vedic Society World Atlas Lookup
Vedic Society World Atlas Lookup
- Search Results
Click Plot to View Map
$sql = "select * from cities where city='".$_POST['city']."'";
$results = mysql_query($sql);
if (mysql_num_rows($results)==0){
$sql = "select * from cities where city like '%".$_POST['city']."%'";
$results = mysql_query($sql);
if (mysql_num_rows($results)==0){
echo "| Sorry we could not find that place name. Try an alternate spelling or a location nearby. Otherwise use Google Earth. |
";
}else{
$msg = "
We could not find exact city that you were looking for. But here's some similar cities we found.
";
}
}
echo $msg;
?>
}else{
?>
Vedic Society World Atlas Lookup
Vedic Society World Atlas Lookup

} ?>