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.