Wednesday, 3 June 2015
Subscribe to:
Post Comments (Atom)
<?php function validate_image(&$img) { if ($img['type'] !='image/jpeg') return false; if (@exif_imagetype($img['tmp_name']) != IMAGETYPE_JPEG) return false; return true; } ?>
Hello Friends! I am Ramana a part time blogger from Hyderabad.
0 comments:
Post a Comment