Hi,
I want to code a php photo web archive , and preferred to write to you the way how I'll build up the archive ..
1. The picture must be uploaded to the server using PHP page .
2. The PHP page do the following :
a. copy the original image to a special derectory , e.g. : Images
b. Create a Thumbnail for each picture and save it into a folder named : Thumbnail .
c. Read the data from the original image ( Title, Keyword, Description ) and save into a MySQL Database with the name of the image and the thumbnail .
After that I can build up the search engine that can search for the data in the database and show the image ...
Any suggestions ?
Any code that may help me ?
Any ideas ?
Thanks


