I used Lynda.com to install Apache, so I feel comfortable that PHP was installed correctly and works on my computer. I've tested the code through localhost and it works when I do it there, but once I upload the PHP files via FTP and I go to the webpage in Chrome, it just shows up as PHP code.
I have 2 PHP files, and they work as a simple form. One leads to the other through $_POST methods.
So the real question is - why doesn't my PHP code execute once it is on the webserver?
MY UPLOADED PHP CODE PAGE 1: http://pages.iu.edu/~smithtro/JPTeam/joes.php
MY UPLOADED HTML CODE PAGE 1 (just for reference, this is what I want): http://pages.iu.edu/~smithtro/JPTeam/joes.html
the html page redirects to the form processing page.