Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/full-stack-web-developer-and-designer/sql-quizzer
SQL Quizzer by w3schools built with PHP MySQL, HTML and CSS
https://github.com/full-stack-web-developer-and-designer/sql-quizzer
css html mirnesglamocic mysql php sql w3schools
Last synced: 7 days ago
JSON representation
SQL Quizzer by w3schools built with PHP MySQL, HTML and CSS
- Host: GitHub
- URL: https://github.com/full-stack-web-developer-and-designer/sql-quizzer
- Owner: Full-Stack-Web-Developer-and-Designer
- License: mit
- Created: 2023-02-03T17:36:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T07:50:01.000Z (about 1 year ago)
- Last Synced: 2023-11-04T08:27:01.365Z (about 1 year ago)
- Topics: css, html, mirnesglamocic, mysql, php, sql, w3schools
- Language: PHP
- Homepage: http://mysql-quizzer.epizy.com/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL quizzer
[![SQL Quizzer](/project_SQLquizzer-1000px.jpg)](https://mysql-quizzer.epizy.com/)
This repository contains a dynamic responsive SQL quizzer made with PHP MySQL, HTML, and CSS. So, quizz contain some questions by w3school where user need to choose correct answer.There is also the possibility of adding a question, and after that that question appears with the other questions in the quiz, and is instantly inserted into the database. There are two tables in the database, one for questions and the other for answers, and with the help of the PHP mysqli api, the entered answer is checked. Each answer has the value of one point and after all the questions the total number of points won appears. This is achieved with the help of PHP sessions, which are started during each quiz and are destroyed at the same time so that the number of points is not added up for each quiz.
---
To check how it looks, please click preview.
##
[PREVIEW](http://mysql-quizzer.epizy.com/)