How to connect sql and html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 26

How to connect sql and html

I want to connect the sql database with my html code

10th Jul 2018, 10:14 AM
Arpit Mittal
Arpit Mittal - avatar
4 Answers
+ 6
✔ 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
10th Jul 2018, 10:44 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 3
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.
10th Jul 2018, 10:48 AM
dev.Y
dev.Y - avatar
+ 2
I'm also curious.
10th Jul 2018, 10:19 AM
James
James - avatar
+ 2
Arpit Mittal I also have the same question.... but I know that I will have to learn php
9th Aug 2018, 3:10 PM
Manan
Manan - avatar