0
<?php $name = “Paul”; echo(“hello ” . $name); ?>
What does it display ? Help please
2 Antworten
+ 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