PHP check if value present in array – PHP September 24, 2011 Pramod T P Leave a comment <?php if(in_array(“val”,$array)) echo “Exists” ; ?>