Video #13 - PHP Strings

1 year ago
29

Let's talk about a "string" variable and several string functions. Strings are a sequence of characters. You can use with single-quote or double-quotes. And the differences between single-quoted and double-quoted strings in PHP. Both used to create variables. You can use the single-quotes when you want the string to be exactly as it is written. Let me show you.

Loading comments...