php form help

Questions about programming languages and debugging
Post Reply
User avatar
Swan
Knight of the Sword
Knight of the Sword
Posts: 827
Joined: 18 Oct 2006, 16:00
17
Contact:

php form help

Post by Swan »

Having a little trouble with php form validation. Is it better to pass the values to a seperate PHP file to process, or to process it all together in a singular file?

I have JS validation, but I am trying to incorporate PHP validation for an additional layer of security....

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Doesn't really matter if it's in the same file or if it's separate =/

If you are having issues, then post it in the codebin and link it here =)
"The best place to hide a tree, is in a forest"

Post Reply