<?php $name = ā€œPaulā€; echo(ā€œhello ā€ . $name); ?> | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

<?php $name = ā€œPaulā€; echo(ā€œhello ā€ . $name); ?>

What does it display ? Help please

30th Sep 2022, 7:04 PM
Mathieu
2 Respostas
+ 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