I'm using $_GET['username'] to try and pull the username from test.html?username=jsmith and it is returning blank when I echo it out. I thought this was simple but I can't get it to work
You're calling a static html file. To use PHP code you need to name the file test.php
Your server is not reading the file like a php. change the extension to .php and try again.