<?php $txt1 = "Learn PHP"; $txt2 = "www.bubbleslearn.ir"; $x = 5; $y = 4; echo "<h2>" . $txt1 . "</h2>"; echo "Study PHP at " . $txt2 . "<br>"; echo $x + $y; ?>