This is a simple database managment project for B-tech students , which contain 6 SQL tables linked through php , front-end was written in html , css and used XAMPP for server
- use vs code for running the codes
- install xampp server for local server from your browser.
- copy paste the code and don't forget to use the same folder names for your code.
- if you have installed my sql previously in your system them folow this steps: --> ctrl+R --> TYPE services.msc --> turn of mySQL --> open xampp server and turn on appache and mysql
- copy paste the codes in vs code 6. create database in xampp server and copy paste mysql command provided below.
- Make sure you copy paste the student_marks.txt , attendance.txt,student_mentor.txt,student_parents.txt,student_projects.txt in xampp server mysql command line
- first create a database inter_results.
- then copy paste all the txt files one by one so that you can create 6 tables in it.