+ 3
After i learned html & css, what should i study first php or javascript?
4 Answers
+ 3
Javascript, so it will help you to create good website
+ 2
In my opinion I would recommend learning javascript first as it is a client side scripting language and it would help round out your client side knowledge, then once you have a handle on the client side, you can focus on a server side language such as php.
+ 2
Go for JS. Php can only be used in sever side. JS based languages can help you become full stack developer, like node js.
0
I would recommend you learn php. reasons: if you learn php, then you will get to understand what happens when a form is submitted, how a website really works. javascript just makes your website smarter, by animations, and form validation, but php is the backbone.