+ 2
Am new to web development
suggest me,how to achieve these web developing tools?do i learn everything?any trick to study whole?
4 Answers
+ 6
start learn from HTML, then CSS, then JavaScript and PHP/SQL. while you do the study, always try make your own code, try to make something. In the end, you will be familiar with the language and you can create what you want
+ 3
To make a dynamic website, you need a program-able script. Thus, php is created for that. PHP is on example of a server side programming language, with PHP you can build a dynamic website like a blog, a newssite, portal, etc. SQL otherwise, is a language for your database. With PHP you can control how you will generate a HTML page, and with SQL you can control what you want from your database. In a short explanation, PHP and SQL is like Microsoft word and excel when you use mail merge function on the microsoft word.
+ 1
thank you dadang
+ 1
why you suggest php/sql? is they do different things?