Assuming I do the same field validation in either case, is there any difference in terms of security whether you POST a form back to its own file or to another?
Note that I'm not referring to sensitive information or passwords within the form data, but to whether either method is better at avoiding various types of attacks.