Code: Select all
<?php
$sourcefile = 'flowers.jpg';
$answer_exif = system("exec identify -format \"%[EXIF:Make]\" $sourcefile");
$answer_exif = explode( " ", $answer_exif );
print "Camera make = ".$answer_exif[1];
?>
Code: Select all
<?php
$sourcefile = 'flowers.jpg';
$answer_exif = system("exec identify -format \"%[EXIF:Make]\" $sourcefile");
$answer_exif = explode( " ", $answer_exif );
print "Camera make = ".$answer_exif[1];
?>
Users browsing this forum: Amazon [Bot], Bing [Bot], Semrush [Bot] and 6 guests