Run Code
Browser not compatible.
<?php
$x = 6; $y = 8; echo $x * $y;
?>