ID);
$b1location = $custom["b1location"][0];
$b2location = $custom["b2location"][0];
$b1phone_no = $custom["b1phone_no"][0];
$b2phone_no = $custom["b2phone_no"][0];
?>
ID, "b1location", $_POST["b1location"]);
update_post_meta($post->ID, "b2location", $_POST["b2location"]);
update_post_meta($post->ID, "b1phone_no", $_POST["b1phone_no"]);
update_post_meta($post->ID, "b2phone_no", $_POST["b2phone_no"]);
}
}