Using the code examples given previously, write the HTML and PHP code for a page that:

1. Displays a simple greeting to the visitor (use regular HTML here)
2. Has an embedded PHP script that sets the values of three different variables
3. Uses the PHP "echo" function to display the content of the three variables

HELLO!

Today is Saturday, August 22 2026 here in Austin TX and the time is 10:13 AM.
Your lucky number for today is 18.

Refresh or reload the page to see the variable data in white update.