Source Code:
(back to article)
<?php $num = 5; echo "The value of num is: " . $num; ?>
Result:
Report an issue