>Is it possible to write to exif-headers in pictures? I don't think any PHP built-in function will do that.
Your options include: 1. Looking at the PHP source and extending it to do what you want. (and contributing that back). 2. Using some external program to do it: http://php.net/exec 3. Digging into the guts of whomever defined EXIF (MPEG folks?) and writing some PHP functions that read/write exif data without screwing up the images. I suspect none of these are terribly difficult -- It's just that nobody else has wanted them badly enough yet to do the work... -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php