<html> <head><title>My 1st PHP Script</title> <body> Welcome, the current time is: <?php echo date("r"); ?> </body> </html>