+ 3
Can i link html login page with mysql without using php??
html login script
9 Respostas
+ 9
I use javascript(Nodejs) but personally I would prefer C# ( hearing Good things about it)
+ 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!
0
No you can not. Python?
0
ok thanks.
not python
0
what language in particular?
0
Thanks mate.
0
you must use a server side code to communicate with database behind the scene. i use php , c# , nodejs , python, golang