<?php $name = “Paul”; echo(“hello ” . $name); ?> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

<?php $name = “Paul”; echo(“hello ” . $name); ?>

What does it display ? Help please

30th Sep 2022, 7:04 PM
Mathieu
2 Answers
+ 1
Go to Code section, click +, select the programming language, insert your code, click Run. This you can find it out!
30th Sep 2022, 7:19 PM
Lisa
Lisa - avatar
0
Mathieu dot (.) is used to concat two or more string So "hello "."world" = hello world
30th Sep 2022, 7:23 PM
A͢J
A͢J - avatar