+ 1
What is the output of this code?
$a=‘b’; $b=‘L’; $ab=‘a’; echo ‘he’; echo $$ab.$b; echo ‘o’;
6 Answers
0
Thanks you so very much .You can right explain now.You are clever.😊😊😊😊
+ 5
Why don't you try it yourself on code playground
+ 3
When $ab leads to $a cause $ab is 'a' and in php you can refere to another variable with that so $ab is 'b'
+ 2
he$a.Lo -> he$b.Lo -> heLLo
+ 2
Thank you so very much.
+ 1
I don’t understand. So ,Can you help me? explain😇😇😇😇😇



