Strings in PHP can be specified in four different ways: single quoted, double quoted, heredoc syntax and (since PHP 5.3.0) nowdoc syntax, the first two of them being by far the most frequently used.
When do we use single quotations, when do we use double quotations and which are the differences between them?
. . . → Read More: Single quotations vs double quotations in PHP

Recent Comments