InterviewSolution
| 1. |
How To Include Variables In Double-quoted Strings? |
|
Answer» Variables INCLUDED in double-quoted strings will be interpolated. Their values will be concatenated into the ENCLOSING strings. For example, two statements in the following PHP script will print out the same string: Variables included in double-quoted strings will be interpolated. Their values will be concatenated into the enclosing strings. For example, two statements in the following PHP script will print out the same string: |
|