code to declare variable in PHP code example Example: PHP Variables <?php $txt = "Hello world!"; $x = 5; $y = 10.5; ?>