php w3schools variables +1 code example Example: PHP Variables <?php $txt = "Hello world!"; $x = 5; $y = 10.5; ?>