How does it all fit together?
Hello, I’ve recently taken an interest into web designing and I was told to focus my attention on 6 languages. These include HTML, CSS, PHP, JavaScript, MySQL and jQuery. The problem is I have no insight into these languages, and I don’t know how they will all fit together.
Can someone give me a quick explanation on what these languages do, and how I can put them together once learned?
Does PHP lack any useful functions that can be found in other languages?
- Category: JQuery Questions
digital pixels.co.uk
Posted 11 months ago
Its wonderful that you want to learn all those languages, but lets get this into perspective..
in order to build websites you only need knowledge in html and css
to use the other languages you have specified you will need a working knowledge of html and css
you need to learn the basics first, dont try to run before you can walk otherwise you will become unstuck very quickly
once you have a proper knowledge of html and css move onto javascript ( your be better off with jquery ) and then go onto server side languages like php and mysql… in order to understand php and mysql and their syntax you do need some proper web building experience,.
Other Questions
Hello, I’ve recently taken an interest into web designing and I was told to focus my attention on 6 languages. These include HTML, CSS, PHP, JavaScript, MySQL and jQuery. The problem is I have no insight into these languages, and I don’t know how they will all fit together.
Can someone give me a quick explanation on what these languages do, and how I can put them together once learned?
Does PHP lack any useful functions that can be found in other languages?
digital pixels.co.uk
Posted 11 months ago
Its wonderful that you want to learn all those languages, but lets get this into perspective..
in order to build websites you only need knowledge in html and css
to use the other languages you have specified you will need a working knowledge of html and css
you need to learn the basics first, dont try to run before you can walk otherwise you will become unstuck very quickly
once you have a proper knowledge of html and css move onto javascript ( your be better off with jquery ) and then go onto server side languages like php and mysql… in order to understand php and mysql and their syntax you do need some proper web building experience,.
Other Questions
Login
Search
Recent Comments
- dgdg_dasdad on How does JQUERY DIFFER FROM JAVASCRIPT ? WHAT IS ITJQUERY ?
- Anas Imtiaz on How does JQUERY DIFFER FROM JAVASCRIPT ? WHAT IS ITJQUERY ?
- David D on How does JQUERY DIFFER FROM JAVASCRIPT ? WHAT IS ITJQUERY ?
- Wolfman on How does JQUERY DIFFER FROM JAVASCRIPT ? WHAT IS ITJQUERY ?
- TnT on Having a Jquery PHP problem?


Nathan
Posted 11 months ago
It’s weird to work with all these languages together.
HTML and CSS are basically for your website layout, how everything looks like. (Your layout). JavaScript is more the functionality in the website, but is commonly used for the website layout too.
I strongly advice you to drop JavaScript and HTML (You only need to know the base of these languages for the looks of your site) and replace them with PHP.
MySQL is not really a programming language but a database. You use PHP to access the database, make queries, add tables, etc. PHP and MySQL are a great combination.
jQuery.. not needed and CSS is just where you tell what letter type your site uses on all pages and things like that.
EDIT: PHP is website looks AND functionality AND communicates with MySQL very nicely. Replace CSS, HTML and Javascript with PHP. PHP does everything.