Source Code:
(back to article)
<?php $x = 10; echo "The value of x is: $x"; print_r($x);
Result:
Report an issue