There is only one string
operator in PHP.
The concatenation operator
(.) is used to put two string values together.
To concatenate two string
variables together, use the concatenation operator:
|
The
output of the code above will be:
Hello World! What a nice day!
|
No comments:
Post a Comment