Friday, January 31, 2014

Tute 15 : Make a Dynamic Details Page Using php Code

Last tutorial we create dynamic “details page” page. But one problem is here. This page show only an article. Now we will make it dynamic. Before we some edit our index.php page. So go to this page. And change some code into the <body>’s <?php ?> code.

Friday, January 24, 2014

Tute 14 : Change Html Details Page to Dyanamic Page Using php Code

Last tutorial we create a basic html details page. Now we make dynamic page details page.

Write this code top of the detailspage.php page.

Friday, January 17, 2014

Tute 13 : Create A Basic Html Details Page

Now we link our article and show details page. First we create details page then link our article.
Open our notepad and create a new document (Ctrl+N). After that write this code :

Friday, January 10, 2014

Tute 12 : Show Image in Html Page Using php Code

Last tutorial we show heading and description in our homepage from database. Now we show image in our article. Before show image we do two work.

Friday, January 3, 2014

Tute 11 : Show All Data in Home Page From Mysql Database Using php Code



Last tutorial we show only headline from database. Now we will show description our homepage from mysql database. Open the index.php file in notepad++ soft.

Write this code into the body <?php ?> tag after the “$heading=$query_row['heading'];” code :