Steps To Make Online Photo Gallery #3

Photo Gallery CSS Static Effects





CSS effects static photo gallery is a photo gallery are arranged in sequence in a single window with a static order. In this chapter will discuss :

  • The process of setting up the database and tables
  • Making the simple photo gallery
  • Making the zoom effect photo gallery
  • Making the rotation effect photo gallery
  • Making the balloon photo gallery
  • Making the photo gallery zoom and rotation


Create Database Connection

Connection is made so that the database we've created can be connected with photo gallery page. The database connection as well, the execution of database commands can be executed. To create a database connection, open Notepad or Notepad ++ applications, then type the code below.


<?php

    $conn = mysql_connect("localhost","root","");
    mysql_select_db("gallery")or die("Unable to select database");

?>




Picture creating connection database


When you finish typing, then save it with the name "koneksi.php".





http://www.mediafire.com/download/87hajeuhw3xaap6/Photo+Gallery+%231+-+Step+3+-+English.pdf#1_-_Step_3_-_English.pdf
http://www.mediafire.com/download/acc5yeauggam4gt/Photo+Gallery+%231+-+Steps+3+-+Ver-Indo.pdf#1_-_Steps_3_-_Ver-Indo.pdf