Learn About PHP Strings and Variables, Codecademy Learn PHP Review, Strings and Variables Explained

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



Category:
Review
Duration: 2:35
55 views
1


This PHP programming tutorial is a review concerning Learn About PHP Strings and Variables, Codecademy Learn PHP Review, Strings and Variables Explained. This review goes over some of the concepts we learned in the previous lessons. We have learned that strings are collections of text that a computer treats as a single piece of data. We were taught that strings can be any length and contain any letters. When we want to include special characters inside our strings, we sometimes need to use escape sequences. We learn that an operator is a type of character that performs a specific task in our code. Then there is the concatenation operator which helps us combine two strings into one. We also are taught that variables are fundamental programming concepts that allow us to reuse code easily. All variables are declared using the dollar sign followed by our variables name and then the assignment operator (=) is used to give our variable a value. PHP has access to variable parsing which allows one to include variables in our strings. Variables are reassignable. We are able to assign new values to our variables. We can create an alias for our variables as well. The concatenation assignment operator is a shorthand notation that allows us to reassign a string variable to its current value appended with some other string value. Thanks for watching Learn About PHP Strings and Variables, Codecademy Learn PHP Review, Strings, and Variables Explained.




Other Videos By We Will Code


2022-04-18Intro to PHP Functions, Learn PHP on Codecademy, Intro to PHP Functions, What are Functions in PHP
2022-04-18PHP Numbers Review, Learn PHP on Codecademy, Number Data Types, Math Operators, Order of Operations
2022-04-17PHP Mathematical Assignment Operators, Codecademy Learn PHP, Shorthand Assignment Operators in PHP
2022-04-17How Order of Operations Works in PHP, Codecademy Learn PHP Operator Precedence, PHP Operator Order
2022-04-16How Modulo Works in PHP, Understanding Modulo in Programming, What is Modulo in PHP, Codecademy Help
2022-04-15Exponentiation Explained in PHP, How Exponents Work in PHP, Learn about PHP Exponents, Codecademy
2022-04-15Multiplication and Division in PHP Explained, PHP Numbers, Codecademy Learn PHP for Beginners Guide
2022-04-14Using Number Variables Explained in PHP, Codecademy's Learn PHP, Creating Number Variables using PHP
2022-04-14Addition and Subtraction in PHP, Adding in PHP, Subtracting in PHP, Learn PHP Numbers, Codecademy
2022-04-14PHP Numbers Explained, Types of Numbers, Learn PHP, Codecademy Integer and Floating Point Data Type
2022-04-14Learn About PHP Strings and Variables, Codecademy Learn PHP Review, Strings and Variables Explained
2022-04-13How to Use Assign by Reference, PHP Assign by Reference Explained, Codecademy PHP Variable Alias
2022-04-12The Concatenating Assignment Operator, Codecademy's Learn PHP, Concat Assignment Operator in PHP
2022-04-12PHP Variable Reassignment Explained, How to Reassign a Variable in PHP, Codecademy's Learn PHP Guide
2022-04-11Learn Variable Parsing in PHP, How to Parse Variables in a String with PHP, Codecademy Learn PHP
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



Tags:
Coding
Learn PHP
PHP
Programming
Server-side
back-end
code tutorial
tutorials