Then following PHP code is
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Hello World</title> </head> <body> <h2>You are viewing this </h2> <?php
$txt = "PHP Programming "; echo $txt." Here";?> </body> </html>