0
<?php $name = âPaulâ; echo(âhello â . $name); ?>
What does it display ? Help please
2 Answers
+ 1
Go to Code section, click +, select the programming language, insert your code, click Run.
This you can find it out!
0
Mathieu
dot (.) is used to concat two or more string
So "hello "."world" = hello world