to create database go to browser and type localhost press enter;
you will see page;
now as you see in your table the data may be like that;
you will see page;
now click on phpMyAdmin;
new page is;
here click on database
than enter your name of the database, mine is helloworld;
click create;
database is created.
Now its time to create Table in database;
add information about your table columns
your table is created
now insert some data;
click insert ->add some data like i did and click go
now as you see in your table the data may be like that;
now lets get data from the database table and have some fun with it using database models
No comments:
Post a Comment