My PHP Test Page

This is normal HTML content.

This is PHP output!

"; $name = "User"; echo "

Hello, $name 👋

"; echo "

Current date and time: " . date("Y-m-d H:i:s") . "

"; ?>