Create a PHP file to print any text using variable. code example Example: echo php <?php $string = "Hello, World!"; echo $string; ?>