jd2007 Posted July 28, 2007 Share Posted July 28, 2007 Can u pls give me an idea how php is used to create image galleries ? Link to comment https://forums.phpfreaks.com/topic/62140-can-u-pls-give-me-an-idea-how-php-is-used-to-create-image-galleries/ Share on other sites More sharing options...
lightningstrike Posted July 28, 2007 Share Posted July 28, 2007 A) PHP loads all directories in a gallery folder, considering them to be albums, while the files as images, then linking them. B) Uses a database MySQL, PostgreSQL etc to store all of the image locations and load them. Also, PHP can use the http://www.php.net/gd GD library to create thumbnails of the images in the gallery for display on the album pages. Then clicked to view them. Link to comment https://forums.phpfreaks.com/topic/62140-can-u-pls-give-me-an-idea-how-php-is-used-to-create-image-galleries/#findComment-309351 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.