This is the kind of stuff I need to start focusing more on. I have a bad habit of not focusing on the details of my coding and it is starting to get me in trouble. Hopefully this article whips me back into shape.

If your PHP program is a dynamic web page (and it probably is) and your PHP program is dealing with user input (and it probably is), then you need to work with HTML forms. Here are some tips for simplifying, securing, and organizing your form-handling PHP code.