how can i get image file header with php? I am talking about the title next to the author and the comments in the file properties.
early!
I assume you can get it using exif_read_data :)
http://php.net/manual/en/function.exif-read-data.php
Easy with jQuery.
<script type="text/javascript" src="JQUERY-PATH"></script> <script> $('img').each(function(){ alert( $(this).attr('title') ); }); </script>
Edit: do you mean the file name or title in the HTML?
Source: https://habr.com/ru/post/1343261/More articles:Using a Jetty Server with JUnit Checks - javaXcode 4 - I want my menu to go back in alphabetical order - xcodeCreate a map legend to match OpenLayers.Style - legendIs it possible to attend the event programmatically using the Facebook C # SDK? - facebook-c # -sdkIs it possible to create a cloak in a wiki? - wikiHow to hide, enable, change WPF GUIs based on different types of users? - c #C ++ template: no suitable function to call - c ++Getting actual widh / height values โโof an element through .getNamedItem attributes - javascriptSubversion> Merging back into the trunk without reintegration? - svnIs there a NO MOTION mouse listener? - javaAll Articles