hi,
Is there a way to create a function that is smart enough to do all kind of form validation . Basically, I can pass form elements one at a time , then the function can validate for the following:
check if field is either integer ,string or date
Once the datatype is determined, it validates...