Dreamweaver CS3 & ADDT User Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

:: Tutorial Fixed annoucement .:: Online Photos Album ::.

Go down

:: Tutorial Fixed annoucement .:: Online Photos Album ::. Empty :: Tutorial Fixed annoucement .:: Online Photos Album ::.

Post  waleedbarakat Wed Jun 25, 2008 6:19 am

:: Tutorial Fixed annoucement .:: Online Photos Album ::.

Waleed Barakat - 09:23am Jun 19, 2008 Pacific


Hello Everyone,

Step By Step Photo Album Web Site...
- hello in this application i`ll show you how to create an easy and powerful photo album that allows your site members to create their albums using advanced technology where you can upload your photo with multi photo upload.
database structure:
database structure contains only one table, where we store the members data only, not the album photos.

- to create the database table just copy and past this simple SQL code:

CREATE TABLE `user_usr` (
`id_usr` int(11) NOT NULL auto_increment,
`name_usr` varchar(32) NOT NULL,
`pass_usr` varchar(32) NOT NULL,
`email_usr` varchar(32) NOT NULL,
`gender_usr` varchar(32) NOT NULL,
`photo_usr` varchar(100) NOT NULL,
`regdate_usr` date NOT NULL,
PRIMARY KEY (`id_usr`);



By following this tutorial section, you will create:

-----------------------------------------------------
1- the login page "login.php"
2- the registration page "register.php"
3- simple navigation pages "header.php, nav.php"
4- Simple Footer page "footer.php"
5- the main Application page "index.php"
6- the public photos album "public_album.php"
7- the Private photos album "priv_album.php"
8- the insert and update and delete album photos page "add_to_album.php"



The estimated completion time for this section is about 10 minutes. It depends on your authoring knowledge with Adobe Dreamweaver and Developer Toolbox.

:: Online Demo ::

:: Go to tutorials ::

by: http://www.developer-online.com

waleedbarakat

Posts : 29
Join date : 2008-06-25

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum