Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

#Online Library Management System This is an online management system which takes in records of books and student information.

How to install

Setting Up XAMPP

  • Download and Install XAMPP: Go to the XAMPP website.Download the version suitable for your operating system.
  • Run the installer and follow the instructions to install XAMPP.
  • Start Apache and MySQL:Open the XAMPP Control Panel.
  • Start the Apache and MySQL services.

Running the PHP Code:

  • Navigate to the htdocs directory within your XAMPP installation (e.g., C:\xampp\htdocs on Windows).
  • Move the Folder containing the codes into this directory.

Access Your PHP File via Browser:

  • Open a web browser.
  • Type http://localhost/your-folder-name/ in the address bar, replacing your-folder-name with the name of the folder you moved in the htdocs directory.You should see the output of your PHP code in the browser.

Running MySQL Queries

Access phpMyAdmin:

  • Open a web browser.
  • Type http://localhost/phpmyadmin/ in the address bar.
  • Use phpMyAdmin to manage the MySQL database which you earlier uploaded.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors