A verification link has been sent to your email address. Please follow this link to complete your registration.
If you do not receive the verification email, be sure to check your email spam settings and your spam or trash folders."));
exit;
}
}
if(empty($website))
{
$website='http://';
}
?>
Post a Free Classifed Ads in TITLE, Health Care Providers in India - Doctors, Hospitals, General Practitioners, Medical Care Centers, Nursing Home, Physiotherapy, Diagnostic Centers & Labs, Health Care Travel, India Medical Yellow Pages
$sql_city="SELECT * FROM tbl_location_area where parent_id != 0 or name='Delhi & NCR' order by popular DESC, name";
$result_city = mysql_query($sql_city);
while($rows_city= mysql_fetch_array($result_city))
{
$city_name[] = $rows_city['name'];
$location_area_id[] = $rows_city['location_area_id'];
$popular[]=$rows_city['popular'];
}
if(is_array($city_name)){
$city_name=implode('" , "',$city_name);
}
if(is_array($popular)){
$popular=implode('" , "',$popular);
}
if(is_array($location_area_id)){
$location_area_id=implode('" , "',$location_area_id);
}
?>