I know that it's possible to geotag JPEG photos using PHP EXIF Library (PEL). But I can't find any sample code. Can you help me with this please? All I need is to put longitude and latitude info into JPEG file.
jatar_k
7:20 pm on Oct 15, 2007 (gmt 0)
I did some searching for about 5 minutes and found various packages made in php that do it. Looking through the code quickly hinted that it wasn't that simple.
there is even a cleaner linked in the comments on the main exif page [php.net...]