I retrieve three pieces of information from the database, one integer, one string, and one date.
I echo them out to verify the variables contain the data.
Wh
You are missing an echo. Each time that you want to show the value of a variable to HTML you need to echo it.
Note: Depending on the value, your echo is the function you use to escape it like htmlspecialchars.