Friday, November 29, 2013

Tute 6 : Create a Database in Mysql Database

This tutorial we know how to create database in Mysql Database.
Now we create a database for our website. We use Mysql Database for this site. Take a new tab in Google Chrome. Write “localhost/phpmyadmin” in address bar. Then press Enter in keyboard. We see this look in web browser.

Friday, November 15, 2013

Tute 4 : Create Dynamic Website Using Php, Mysql, Html and Css : Write Css Code

Now we some decorate our home page (index.php). So we write some code in css file.

Now Open our style.css file in notepad++ software and write this code after body{} tag.

Friday, November 8, 2013

Tute 3 : Create Dynamic Website : Create Css File

Previous Tutorial :  Create Basic Html File


Last Tutorial we know who to create a basic html file. Now we create a css file and import this index.php page.

Open another new page in notepad++ (file>new or ctrl+N).
Write css code.

Saturday, November 2, 2013

Tute 2 : Create Website Using Php, Mysql, Html and Css : Create Bais Html File

Previous Tutorial : Installing Software


Every website first create in static website. Then it make dynamic site. So first we make a static website. So we create a basic html file.Open the notepad++ software. Take a new document. Then write basic html code.


Friday, November 1, 2013

Tute 1 : Create Website Using Php, Mysql, Html and Css : Installing Software

Introduction

This is not a basic tutorial. If you will be know basic about html, css, php & mysql please visit w3schools.com. This is project tutorial who describe how to make a website about html, css, php and mysql database.