Help please. I'm trying to get a login page to work, but for some reason when I run the page it comes up blank. I've tried it with PDO, with mysql, and nothing is working. Any help would be appreciated.
I currently have it setup with the php at the top of the page with the html at the bottom. The button to login calls the same page, prompting the php code to run.
*Side note, this is the mysql version, but the PDO would also show up blank, I think it might not be connecting to the database properly. It is set up correctly because I've done commands in my terminal to double check.