
How to Avoid Complicated PHP Forms and Data Processing
http://www.hiveminds.co.uk/node/3158
Hiveminds
2006
Abstract:
When you are creating a web application forms and data should be held strictly seperate. In the PHP community this rule is ignored and PHP itself is being abused. Template and framework system developers have made it more commonplace. CMS developers seem to have forgotten that under no circumstances should the code used to display forms be allowed to process the data involved. Here's why not and the solution.