+ 1
Can anyone please suggest me in which sequence I should learn html,css,sql,php,js?
6 Answers
+ 3
1. html (basic structure)
2. css (styling)
3. js (a bit functionality)
4. php (connecting to a server + programming the server)
5. sql (setting up the database on the server)
the reason why I would recommend you php before sql is because you can't really do anything useful with sql without knowing php besides that @Vipul Walia is completely right
hope this helps
~Kamil
+ 1
go in this pattern
html - js - css - sql - php
+ 1
html - css - js - sql - php
i think this sequence is right.
You can do it as you like but according to me while learning html at first it would be good to work css on side by side then enter into scripting then combination of sql and php ...gives you lot of skills improvements also it give you tons of opportunities in job perspective cuz it's deadly combination. I would suggest also go for Angular and node js.
+ 1
Thank you @Kamil.
As i said combination of php and sql both can equally handled while working around database we have to know both equally.
+ 1
@vipul_walia gave the best order
+ 1
thanks all of you :)