Hi
I would like to show when last picture was updated in my album.
I found information in table xx_pictures but it seams that field mtime is updated after upload.
Is it possible to finde last upload from database or is it hiden som where?
Regards
Ist :?:
the mtime field is the place to go, it contains the date in unix format, you can easily convert it (see http://www.php.net/manual/en/function.time.php )
GauGau
:D Great I will try.
Thank's for the link
/ist