Strings
Strings are lines of text characters:
Strings are lines of text characters:
"AwesomeDoni loves books"These are two examples of strings. In PHP, these are indicated by quotations after a command. It's useful because you can simultaneously declare a variable and its value while commanding PHP to perform a function, enclosing variables to be displayed as text as single quotes.
"It's raining outside today"