Strings in PHP
A string is a series of characters that is used to store and modify text data. Letters, numbers, symbols, and spaces can all be included in a string. Strings in PHP are surrounded by single or double quotes. In this article we discuss the most common PHP strings functions. Example: $greeting, $name, and $age are …