|
|
| Image Galleries [+] Favor-It | |
| |
 |
| | Sort By:
|
This is a PHP enhanced Photo Album script that automates the retrieval of all images within a specific directory to show, with links to cycle through each batch of images. Uses PHP to automatically populate the script with all images within a directory. Author: Dynamic Drive Code: PHP 4.0 |
The following PHP code will show you how to make a basic image gallery using PHP. The first step is to make a new web folder, in this case we will make a folder called images.
Author: Darren Hedlund Code: PHP 4.0 |
This tutorial will teach you how to create an image gallery: the administration comes complete with a login check, an upload form, a system for describing your images in a database, and the front end that has everything. Author: Ben Hirsch Code: PHP 4.0 |
|  | |
The following PHP code will show you how to make a basic image gallery. The first step is to make a new web folder, in this case we will make a folder called images.
Author: Darren Hedlund Code: PHP 4.0 |
Before you can access the admin pages you will need to login first. The login method is very basic we just check the given userid and password against the hardcoded value in the login script. Here's the code. Author: PHP-MySql-Tutorial Code: PHP 5.0 |
This is a very simple form where you can enter the album name, description and image. After you click the "Add Album" button the script will do the followings: save the album image (resize it if necessary) and save the album information to database. Author: PHP-MySql-Tutorial Code: PHP 5.0 |
Here is the page where you can modify an album's name, description and image icon. We display the album thumbnail here just to make sure we're updating the right album and because I think the form is way too dull without any images. Author: PHP-MySql-Tutorial Code: PHP 5.0 |
|  | |
Adding a new image is easy. Just select in which album you want the image stored, supply the image name, description, add the image and click the "Add Image" button. This tutorial will walk you through the entire process of doing this. Author: PHP-MySql-Tutorial Code: PHP 5.0 |
Here is the snapshot of the modify image form. It's very similar to the form to add the image except for the image thumbnail. This tutorial will walk you through the process of creating this form. Author: PHP-MySql-Tutorial Code: PHP 5.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|