+ 2
Difference between echo '...' and echo "..."
What is Difference between echo '...' and echo ".." ?
2 Answers
+ 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