Friday, 21 April 2017

How to create a database using PHP for Library Management System.


How to create a database using PHP for Library Management System.


step 1:- Open xampp server and Press start on Apache server and also start MySQL.


Step 2:- Open your Browser and type http://localhost.


Step 3:- Now click on phpMyAdmin at right corner of your browser.


Step 4:- Now Click on Databases.



Step 5:- Now Enter the database name and click on create button.



Step 6:- Now Enter the table name and click on Go.


Step 7:- Now Enter the feilds name, their datatypes and length.



Step 8:- Once you entered all the feilds correctly then click on save.


Step 9:- After clicking on save your database is created successfully and you can see your database in right side panel.


You Have successfully created the Database for Library Management System.

No comments:

Post a Comment

Popular Posts

Program of Counting Vowels and Consonants in Javascript

Solution:-  <html> <head><title>Count vowels and consonants</title> <script language="Javascript"...