$get="select * from Pincode where pincode='$name' ";
$query=mysqli_query($con,$get);
$row=mysqli_num_rows($query);
if($row==0)
{
echo "<h2 style='color:white;' >
Courier Company are not providing delivery services at this Pincode:
<span style='color:red;'>$name</span></h2>";
}
else{