Creating a dynamic photoalbum in php without using any tool
I want to create a dynamic photogallery segment in php .
The basic requirements of my client is to create the albums ,insert some images into that album and delete and edit it as and when required.
i dont want to use any of the tool.
i want to use php in which i willbe storing all the images and fetching from mysql and displaying it on the webpage.