+ 3
What course will i have to learn in other to get form replies. I have learned java script html css what next is apprioprate
form replies
3 ответов
+ 21
I would recommend PHP.
+ 7
You should learn server side languages that are PHP and SQL . SQL is used to make your database and PHP is used to connect your database with your html document and also to give results to your database.
+ 5
As Igor said, you could go with PHP, as it's a server-side language that'll allow such things to be possible. I'd recommend learning SQL (very easy) while you're at it; databases are priceless resources.
However, another option would be utilizing NodeJS on the server, and that'll allow you to translate your JavaScript knowledge as server-side language also, rather than being restricted to client-side only. NodeJS is worth knowing.