Can i link html login page with mysql without using php?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can i link html login page with mysql without using php??

html login script

5th Aug 2018, 6:13 PM
Emmanuel Ferdinand
Emmanuel Ferdinand - avatar
7 Answers
+ 9
I use javascript(Nodejs) but personally I would prefer C# ( hearing Good things about it)
6th Aug 2018, 5:34 AM
Morpheus
Morpheus - avatar
+ 5
To link your HTML login page with MySQL, you need a backend programming language that can interact directly with MySQL(database) e.g PHP, C#, NodeJs, Python etc My advice for you is to start with PHP; it is very easy to learn & work with, trust me. I wish you all the best!
7th Aug 2018, 6:19 AM
Olusola Oluwani
Olusola Oluwani - avatar
0
No you can not. Python?
5th Aug 2018, 6:43 PM
Toni Isotalo
Toni Isotalo - avatar
0
ok thanks. not python
5th Aug 2018, 8:43 PM
Emmanuel Ferdinand
Emmanuel Ferdinand - avatar
0
what language in particular?
5th Aug 2018, 8:52 PM
Emmanuel Ferdinand
Emmanuel Ferdinand - avatar
0
Thanks mate.
7th Aug 2018, 10:26 AM
Emmanuel Ferdinand
Emmanuel Ferdinand - avatar
0
you must use a server side code to communicate with database behind the scene. i use php , c# , nodejs , python, golang
15th Aug 2018, 5:41 PM
Ali Zolfaghar
Ali Zolfaghar - avatar