What course will i have to learn in other to get form replies. I have learned java script html css what next is apprioprate | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

28th Sep 2017, 4:40 PM
Franklyn Omeben
Franklyn Omeben - avatar
3 Answers
+ 21
I would recommend PHP.
28th Sep 2017, 4:42 PM
Igor Makarsky
Igor Makarsky - avatar
+ 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.
28th Sep 2017, 4:51 PM
Vansh
Vansh - avatar
+ 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.
28th Sep 2017, 4:53 PM
AgentSmith