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.