Jump to content

Can u pls give me an idea how php is used to create image galleries ?


jd2007

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.