Friday, December 6, 2013

Tute 7 : Create a Database in mysql Database : Part Two

Now we insert data in our database.



Next we click the “Insert” tab upper line in window.

Tute 4 Pic-6

Now fill up the form. We only fill the value column. In id row we take blank. Because is make auto. In 2nd row we write a heading in value field. I write “Html tutorial”. Next write description in details field. Then write a category in category line. I write “html”.
After fill the form click the “Go” button.

Tute 4 Pic-7
If we see this window our inserting is successful. We see in upper “1 row inserted. Inserted row id:1” in two line.

Then click the “Browse” button in top. We see this window. Our data already successfully inserted. Our id field “1”, heading “Html Tutorial”, details is “Html is a hypertext markup langualge...” and category is “html”.

Again click the INSERT tab and do same work. We insert 10-20 data in our database.
After inserting data we see this -


Tute 4 Pic-7


Ok. We make our mysql database. Now we show this data in our webpage using php language.

No comments :

Post a Comment