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.


Write table name and field. We take 2 field. Because one is id and other is category.

We write filed name is category. Then click go.

Now we see some blank filed. Past we fill up this from. When we crate "tute" table we will fill this form. Same work we will do in this form.

We write id

After finished the fill up click the Go button.

Then click "insert" tab in top tab. We fill up this form. First text field it we keep blank. Because it is id number and will be auto increment. In category filed we write our category.  Such as Html. Then click go.

Again we click "insert" tab and again fill up this form. This form We write category is : Css. Then again insert more category such as : Php, Mysq... ect.



No comments :

Post a Comment