Thursday, February 27, 2014

Tute 22 : Show category article in category page

Open the category.php file. We write some php code top of the page. We make quarry for category article in "tute" table.


Monday, February 24, 2014

Tute 21 : Make category page

Now we take a new document into the notepad++ soft. We write same code who show in index.php file. Or copy the all code and past here. Then save the file in our "tute" folder. We write this file name is "category.php".

Sunday, February 23, 2014

Tute 20 : Make Dynamic Menu - Part Two

Now we make dynamic menu in our home page. So go to the index.php file in notepad++. We make quarry for category table. So write this code in top of page before "$query_run=mysql_query($query);" line :


Saturday, February 22, 2014

Tute 19 : Make Dynamic Menu - Part One

First we create a new table for category in "tutedb" database. So go to "phpmyadmin" tab in Google Chrome. When we click the "tutedb" database we will see two blank text field in right side name and Number of columns.


Friday, February 21, 2014

Tute 18 : Create Dynamic Right Panel in Website : Part Two

Last tutorial we know "Create Dynamic Right Panel in Website". Now we edit This Right Panel. We see in right panel All article show here. But we will show here only one category's article or specific
article.

Friday, February 14, 2014

Tute 17 : Create Dynamic Right Panel in Website : Part One

This tutorial we know Create Dynamic Right Panel in our website. In right panel we will show many article or specific article or in one category's article. We work in our index.php file  and css file. First We open our index.php page in notepade++ or other text editor. Then we write this code into the <?php ?> code. We write code after this line : $query_run=mysql_query($query);

Friday, February 7, 2014

Tute 16 : Html details page Make dynamic

If we click this line go to the details page. But it would not work properly. Because we do not finished our work in details page. So we go to the detailspage.php in notepad++ and will some change.