How is PHP Used in HTML, Learn PHP, Codecademy, Build Dynamic Web Pages in PHP, The PHP Interpreter

Channel:
Subscribers:
7,740
Published on ● Video Link: https://www.youtube.com/watch?v=VQK0Roro7r0



Duration: 4:00
92 views
4


In this PHP programming tutorial, we look at How is PHP Used in HTML. This is based on "Learn PHP" on Codecademy. Here we learn how PHP is used to Build Dynamic Web Pages. We are also introduced to the PHP Interprete which we learn allows us to create dynamic user-specific content. We are taught that dynamic web pages are those where every individual visitor can have a customized page that may look different than another user. This is in contrast to static pages which serve the same content to each page. We learn that this is thanks to the PHP Interpreter. When the client(the browser) requests PHP files from the server, the files we request go through the PHP interpreter which allows for the customization of individual content. The PHP interpreter is able to interpret PHP and make requests to a database for user-specific content. PHP is able to do this because it was designed to work closely with HTML. When our page is delivered from our back-end to our front-end, our PHP content is executed and also added to the HTML and forms one HTML document. We also learn our first keyword in PHP, the "echo" keyword which allows us to output text. We are also told that an instruction that is written in PHP is referred to as a PHP statement. All PHP statements end with a semicolon(;). At the end of a request to a PHP file, the front end will be an HTML document.




Other Videos By We Will Code


2022-04-11Using Variables in PHP, How to Use a Variable in PHP, Output Variables in PHP, Codecademy Learn PHP
2022-04-10Creating Variables with PHP, Learning to Write PHP Variables, Understand Variables in PHP Codecademy
2022-04-10How Variables Work in PHP, Variables Explained in PHP, Codecademy's Learn PHP, Strings and Variables
2022-04-09How to Combine Strings in PHP, String Concatenation PHP, Learn to Concatenate Strings, Codecademy
2022-04-08Escape Sequences in PHP, How to Use PHP Escape Sequences, Escape Sequences Explained on Codecademy
2022-04-08What are Strings in PHP, How to Create PHP String, The String Data Type Explained, PHP on Codecademy
2022-04-08Review for Introduction to PHP on Codecademy's Learn PHP Course, Review Beginner PHP Concepts
2022-04-08Todo App, Create, Read, Update, Delete, What is CRUD in PHP, How CRUD Works in PHP, Codecademy PHP
2022-04-08How PHP Comments Work, Comment in PHP, Multi-Line PHP Comment, Single Line PHP Comment, Codecademy
2022-04-08How is PHP Executed, Writing a PHP Script File, Codecademy's Learn PHP, General Purpose Programming
2022-04-07How is PHP Used in HTML, Learn PHP, Codecademy, Build Dynamic Web Pages in PHP, The PHP Interpreter
2022-04-07The History of PHP, Learn PHP History, PHP History Explained for Beginners, Codecademy Learn PHP
2022-04-07Why Learn PHP, Introduction to PHP Programming Language, Codecademy Free Full PHP Programming Course
2022-04-05Node setTimeout Function JavaScript Promises Explained, Promises in JavaScript Explained, Codecademy
2022-04-04Learning how to use JavaScript Promises, Constructing a Promise Object, JavaScript Promise Example
2022-04-04Intro to JavaScript Promises, What is a Promise in JavaScript, Asynchronous Programming Codecademy
2022-04-04How to Import Modules in Node JS, Exporting Modules in Node JS, Use Modules with Require, Codecademy
2022-04-03Why Use Static Methods, Static VS Instance Methods JavaScript Walkthrough, JavaScript Static Methods
2022-04-01Add New Method to Child Class In JavaScript, Learn Intermediate JavaScript Inheritance V, Codecademy
2022-03-31Understanding JavaScript Class Inheritance, Inherit from Parent Class, Inheritance IV, Codecademy JS
2022-03-31First Time Ever Playing Destiny, PS4 Disc In PS5, Destiny Gameplay Guide for First Time Players



Tags:
Code
Coding
PHP
Programming
Server-side
Tutorials
back-end