|
Posted by TristaSD on 05/18/06 21:42
Hi,
I know, I know, there's a ton of form validation questions already in
this group. However, I can't seem to make sense of any of the posts -
none go into detail.
All I need is to validate my form with 'post' method on the server
because my terminals' JavaScript abilities are questionable.
So far I've created a global error flag that gets raised whenever a
form field's value is invalid. However, though that accomplishes the
task of validating the form, it DELETES all information from ALL form
fields.
I know that in .net it's a built-in feature, but in php I'd have to
write some, what do you call it ... ah, yes ... BOILER PLATE code.
Any way to do that? The forms must be validated server-side. Thank
you!
Navigation:
[Reply to this message]
|