Problem with form after upgrading to PHP 5

I just upgraded my local dev server to PHP 5 and now whenever I try to submit a form (which just uses switch statments) it just reloads the page. The same exact code works on my main server and it either lets me log in or it displays an error message. I believe this happened back when I installed PHP 4 for the first time and I can't remember what I did to get it to work. If anybody has any suggestions I'd appreciate it.

The settings for register_globals and sessions are set to Off and On which match that of my main server.

 

 

 

 

Top