<?php $uploaded_array = array("image/jpeg", "image/jpeg", "image/gif", "image/png", "text/html"); $allowed_array = array("image/jpeg", "image/gif", "image/png","text/php"); $s = array_intersect($uploaded_array,$allowed_array); print_r($s);
You have javascript disabled. You will not be able to edit any code.