I\'m now learning how to extract exif from images.I wrote the simple code like this:
try this one
if(extension_loaded("exif")) $exif_data = exif_read_data('sample.jpg','EXIF',true); else $exif_data = false;