Hi There,
You know how when you take a pic with a digital camera it saves the time/date of that photo.
How can i retreive this information from a .jpg file with PHP? Is this possible?
Thanks,
-Dico
u need some sort of EXIF header parsers. The way its done in my image gallery is by using a precompiled binary.
http://www.sentex.net/~mwandel/jhead/
Its usage is also explained in teh site. Basically u run that program, parse its output to display in the browser.