<?php $output = 'Thank you for your order'; ?> <html> <body> <p> <?php echo $output; ?> </p> <p> <a href="index.php">Back</a> </p> </body> </html>