Originally posted by Mitucci+Samedi 25 D?cembre 2004 23:36--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Mitucci &#064; Samedi 25 D?cembre 2004 23:36)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-charly@Samedi 25 D?cembre 2004 22:51
merci pour vos r?ponses, mais moi ce que je voudrais, c&#39;est comment faire pour que les exifs s&#39;affichent sous l&#39;image quand on visite un site de photos.
charly.
&#60;&#33;-- Lecture exifs --&#62;

<?php &#036;exif = exif_read_data("..".&#036;img_url, 0, true); ?>

&#60;&#33;-- affichage exifs --&#62;

<table width="767" border="0" align="center" cellspacing="4" bordercolor="#FFFFFF" summary="">

<tr>
<td><font color="#ff9900">Appareil photo: </font><font color="#ffffff"><?php echo &#036;exif[IFD0][&#39;Model&#39;] ?></font></td>
<td><font color="#ff9900">Vitesse: </font><font color="#ffffff"><?php echo &#036;exif[EXIF][&#39;ExposureTime&#39;] ?></font></td>
<td><font color="#ff9900">Diaph: <font color="#ffffff"><?php echo &#036;exif[COMPUTED][&#39;ApertureFNumber&#39;] ?></font></td>
<td><font color="#ff9900">Focale: </font><font color="#ffffff"><?php echo &#036;exif[EXIF][&#39;FocalLength&#39;] ?></font></td>
<td><div align="right"><font color="#ff9900">Sensibilit?: </font><font color="#ffffff"><?php echo &#036;exif[EXIF][&#39;ISOSpeedRatings&#39;] ?></font></div></td>
</tr> [/b][/quote]
merci Mitucci pour le bout de code.

je viens de l&#39;ins?rer sur un fichier, sur mon site chez Free (site en partie en PHP) cela ne fonctionne pas, j&#39;ai bien les exifs ds les images...est ce d? aux modifs dans Photoshop qui change les formats des exifs ?...