Source Code:
(back to article)
<?php $name = "John"; echo "My name is $name";
Result:
Report an issue