What else do I need to do? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What else do I need to do?

Hi everyone, I need some advice. I’ve done the HTML, CSS, and JS courses. I want to develop websites but I don’t know what else I would need. I read that you need to know PHP when working with contact forms. Is this true? And what else should I learn? Thanks guy!

28th Jul 2018, 10:26 PM
Byron Cross
3 Answers
+ 2
I believe you have enough knowledge to build a web project. My recommendation for you is to start with a front-end project, to which you should be more than ready, start small and grow from there, and after a point, then learn PHP to handle the back-end. Good luck Byron.
28th Jul 2018, 11:19 PM
Roberto Guisarre
Roberto Guisarre - avatar
+ 1
Create a web project to begin with. Start small. As you are doing it you will find that you. want to include things that you may bot already know how to. Then you google what you want and learn from there. If you want another free resource for web development go to https://www.w3schools.com where you will find other web stuff to learn
29th Jul 2018, 10:08 AM
Adelola
Adelola - avatar
0
HTML, JS, CSS those are client-side, so your web project will be static, you need to learn a server-side languages (e.g: php, asp), to make it dynamic (of course you must use a RDBMS "oracle, sqlserver, mysql, … etc") also you may need to learn jquery.
29th Jul 2018, 5:42 PM
ADIL GAAFER
ADIL GAAFER - avatar