Friday, December 27, 2013

Tute 10 : Show Details Article in Home Page From Mysql Database

Last tutorial we know how to show data in home page from  Mysql Database. Now we will show article description in home page from Mysql Database.
This is same to Tute 9. But we do this work in different stapes.

Friday, December 20, 2013

Tute 9: Show Data in Website From Mysql Database

Last tutorial we know about connect database to website. And connect home page to php file. Now we will see our data in our homepage from mysql database

Open the notepad++ software and write this code in index.php file. We write this code into the <?php ?> code.

Friday, December 13, 2013

Tute 8 : Connect Database in index.php file

Last tutorial we create database in mysql database. This tutorial we connect database with webpage.

Open our notepad++ software. Take a new document (Ctrl+N). Write is code in this new page :