I am trying to extract from JPEG file the IPTC medatada. I have no problem doing that except with the Keywords field
If am referring to the tag 2#025:
I am using the code:
Code: Select all
for ($i=0; $i<$keywordcount; $i++) $keywords .= $iptc["2#025"][$i] . ",";[0]: Netherlands
[1]: United
[2]: The
[3]: States
etc... with no real control on the order of the elements.
Any suggestion what to do to keep the phrases as their orgin?
Thanks, Yoel