does php work in .html files code example Example: inline php in html <body> Hello, today is <?php echo date('l, F jS, Y'); ?>. </body>