if(isset($_POST[‘submit’])){
$pincode = $_POST[“pincode”];
$pin = array( “700001”, “700007”, “700008”, “700009”, “700010”, “700011”, “700012”, “700013”, “700014”, “700015”, “700016”, “700017”, “700018”, “700019”, “700020”, “700021”, “700022”, “700023”,
“700024”, “700025”, “700026”, “700027”, “700029”, “700031”, “700032”, “700033”, “700034”, “700038”, “700040”, “700041”, “700042”, “700043”, “700044”, “700045”, “700046”, “700046”, “700047”,
“700053”, “700054”, “700060”, “700061”, “700062”, “700063”, “700064”, “700066”, “700068”, “700069”, “700071”, “700072”, “700073”, “700075”, “700078”, “700082”, “700085”, “700086”, “700087”, “700088”,
“700089”, “700092”, “700094”, “700095”, “700099”, “700107”, “700141”,);
if (in_array($pincode, $pin)) {
echo ”
Pin Code Matched
“;
}
else {
echo ”
!Opps.. Pin Code Not Matched
“;
}
}
?>
Reviews
There are no reviews yet.