<?php // index.php define('NAME', 'Yoshi'); $age = 30; ?> <!DOCTYPE html> <html> <head> <title> my PHP </title> </head> <body> <h1>Something here</h1> <div><?php echo NAME; ?></div> <div><?php echo $age; ?></div> </body> </html>
You have javascript disabled. You will not be able to edit any code.