Understanding HTML, CSS, Javascript, PHP, SQL, databases, and their differences




In this video I’ll be going over scripting/coding languages such as HTML, CSS, Javascript, PHP, SQL, and their differences and relationship to databases.

Original source


11 responses to “Understanding HTML, CSS, Javascript, PHP, SQL, databases, and their differences”

  1. Thank you!
    My summary of the video:
    HTML: the foundation of what makes up a webpage.
    CSS: helps add style to the html or else the page will look more or less like a boring word document.
    SQL: the language used for interacting with a database.
    PHP: scripting language that runs on the server side. Especially useful for interacting with the database by embedding sql code in its own statements.
    Javascript: scripting language that runs on the client side (run by the Javascript engine of a user's browser). Especially useful for making the page more dynamic.

Leave a Reply