|
Javascript or PHP validation?
I am doing some form validation on my new site, and so far I have done php validation, but I was thinking of doing javascript to save the load time that comes with the php validation.
Do you think javascript form validation is enought, or would you suggest I do both just incase users disable javascript?
|