I think I have figured it out. all i needed to do was set some default values. I stuck this line of code in, and I saw all sorts of warnings.
error_reporting(E_ALL);
Once I fixed all of the warnings, everything seemed to be working great. I did this earlier in the day, and have been...