Source Code:
(back to article)
<?php $var = "Hello World!"; echo "<div>The value of the variable is: $var</div>";
Result:
Report an issue