+ 27
How to connect sql and html
I want to connect the sql database with my html code
4 Respuestas
+ 7
✔ Front end web development
➡ First you have to learn pHp ,
➡ Download xammpp and run local apache server
➡ Create a database on phpmyadmin
➡ Now run SQL query with php
+ 4
Hello!
You have to use any backend language to make queries to your database.
I recommend you PHP as most common and simple web language
https://www.w3schools.com/php/php_mysql_connect.asp
Or Node.js if you are familiar with JavaScript
https://www.w3schools.com/nodejs/nodejs_mysql.asp
Hope it helps you.
+ 2
I'm also curious.
+ 2
Arpit Mittal I also have the same question.... but I know that I will have to learn php