Single and double quotes in PHP
It is possible to include a variable inside of a text that is surrounded by double quotes, however if that variable is used inside of a text, that is surrounded by single quotes, it will not be treated as a variable, but as a text.
Comments
Post a Comment