">
<?php$Fiv$e = 5;$Si$x = 6;$Seve$n = 7;$Eigh$t = 8;echo "$Fiv$e / $Si$x + $Seve$n / $Eigh$t";?>
You can not use the $ in between the variable name.
Previous Question Next Question
Your comments will be displayed only after manual approval.