Thanks for the suggestion. I'm just wondering, can you help me with a few problems I'm facing? You see, I'm doing a project at the moment which requires building a database of images (which will be dumped into my FTP server one image at a time). The imagename will be of its timestamp (that's why I posted the previous question in the forum). The database I'm using is MySQL. The database contains fields such as filename, filesize, file time and date. The thing is, everytime the image changes (it's modified every few seconds), I'm to automatically update the change in its modified timestamp as well. Btw, I'm not storing the images into the database as binary data (this constitutes a big problem as my PC tends to load too slowly and sometimes crashes due to me trying to even delete the image!), but just as their filename, filesize and filetime and date.
Unfortunately, I'm new to PHP and have no idea how to go about this problem. In the meantime, I shall try out your suggestion. Anyway, many thanks. I shall appreciate it very much if you could advise on my problem. Thanks again. 🙂