Photo creation date
Submitted by emailuser on Mon, 2008-03-17 23:23.
Hi , i have uploaded lots of pics , but i cannot get the program to show the correct file creation date ( ie when the photo was taken ) if i view in windows and look at properties it shows correct but if i set the parameters for exif etc it shows incorrectly ,, any help ???

Your PHP might not be
Your PHP might not be compiled with the --enable-exif. Load http://yourphpAlbumsite/main.php?cmd=phpinfo
search for the string 'enable-exif' or 'exif', if you can't see one, then the exif module was not enabled.
photo creation date
hi thanks for the feedback i have checked and it shows as below, so iguess it should be ok ... any other thoughts ?
./configure' '--prefix=/usr/local/php4' '--enable-discard-path' '--enable-memory-limit' '--enable-inline-optimization' '--disable-rpath' '--disable-debug' '--with-layout=GNU' '--with-zlib' '--enable-bcmath' '--with-openssl=/usr' '--enable-calendar' '--with-bz2' '--with-zip=/usr' '--with-pcre-regex=/usr' '--with-db4' '--enable-dbx' '--with-gd=/usr/' '--with-gettext' '--enable-mbstring' '--with-regex=php' '--with-mysql=/usr/' '--with-pgsql=/usr/' '--with-mime-magic=/usr/share/misc/file/magic.mime' '--with-expat-dir=/usr' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-wddx' '--enable-ctype' '--with-iconv' '--enable-exif' '--enable-filepro' '--enable-shmop' '--enable-sockets' '--with-xmlrpc' '--with-curl' '--with-pic'