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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator