+ 2
Difference between echo '...' and echo "..."
What is Difference between echo '...' and echo ".." ?
4 odpowiedzi
+ 4
supriya🍀
i tried this in codeplayground. it showed different output. how could i get same output?
<?php
$a = 4;
$b = 5;
$c = $a+$b;
echo '$c';
echo "$c";
?>
0
Vc fala portugues tambem