Okay, just figuring out PHP, SQL, Apache. I have it all running right, localhost is all set up. I have made a bunch of PHP files and I'm trying to test a simple user registration page.
Everytime I fill out the information (name, email, password, etc.) I click the button "register me" and a box pops up asking me to open the associated PHP file. Why? Why wouldnt the PHP script just run and create the user registration in the database? It always asks me if I want to open or save the PHP file.
Here's my HTML since I know this is somehow the problem.