How can I link an SQL Code to an HTML website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I link an SQL Code to an HTML website

I created an HTML code and I want to add an SQL Database

4th May 2023, 8:02 PM
Adebayo Abdul Salam
Adebayo Abdul Salam - avatar
7 Answers
+ 2
SQL to make it more user friendly is a new one lol. SQL is all backend processes, the user shouldn't even know the difference. That said, you can learn more about the in-betweens in the Angular + NestJS course here, or by searching the Internet for other courses about fullstack development. Be warned, it's a large topic and you'll need to be competent in JavaScript (most likely) or whatever other scripting language the lessons you choose uses
4th May 2023, 8:26 PM
Orin Cook
Orin Cook - avatar
0
As the other dude said, this is backend and can be handled by javascript. For your first steps maybe you use a simple json file as database. I know it is frustating with no persitent data. Beside this sql need a own port on network etc. If you are using pc you can look for xampp that is a server solution woth apache, mySQL, myphp to get work with. Have no clue about your knowledge overall. Maybe you describe what you want to do exactly and we can figure out ig you really need a sql db or if a firebase db or a binary json (bson) is enough. ✌️😉 happy coding
5th May 2023, 5:03 AM
S3R43o3
S3R43o3 - avatar
0
Please just tell me how to link SQL to HTML
5th May 2023, 5:32 AM
Adebayo Abdul Salam
Adebayo Abdul Salam - avatar
0
We did. You use JavaScript (usually). The Angular+NestJS course covers the basic details. There is no easier answer.
5th May 2023, 6:01 AM
Orin Cook
Orin Cook - avatar
0
The answer to this question is: <link rel: database href: name of the SQL code>
5th May 2023, 6:38 AM
Adebayo Abdul Salam
Adebayo Abdul Salam - avatar
0
sure go ahead and try that lol
5th May 2023, 6:56 AM
Orin Cook
Orin Cook - avatar
0
Thanks for answering
27th May 2023, 7:37 AM
LEKE LEGBA Bryan Alan Marie-Felix