What are Strings in PHP, How to Create PHP String, The String Data Type Explained, PHP on Codecademy

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



Category:
Tutorial
Duration: 2:33
81 views
2


In this PHP lesson, we go over What are Strings in PHP, How to Create PHP String, The String Data Type Explained, PHP on Codecademy. This is based on the Learn PHP course on Codecademy, section "PHP Strings and Variables". In it, we learn about programming data types. We learn that how a computer stores data in memory is based on the different data types we use. This specific lesson teaches us about the string data type in PHP. We learn that strings in PHP are pieces of text, or words, that our computer treats as one item. You can also say that a string is a sequence of text. We are told that every part of a program is text, but our strings are those parts we intend to keep as data, as opposed to the instructions we want to be executed by our computer. We use double quotation marks around our string of text. Understanding strings in PHP is a key fundamental to learning the basics in your beginning journey. Make sure to practice creating PHP strings to get comfortable in the process of making them. Thanks for watching What are Strings in PHP, How to Create PHP String, The String Data Type Explained, PHP on Codecademy.




Other Videos By We Will Code


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
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



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