Ask a Question related to PHP Development, Design and Development.
-
sam #1
Form validator help
I need a generic php Form Validator class that do:
1- display the form
2- validate the form
3- if the form is invalid, display the form filled with the valid data
and flag the invalid fields
4- loop until all is ok
Can anyone point me how to do it or
if it exists, where ?
thanks.
sam Guest
-
Form Validator Rollovers
Is there a way to have the rollover tips of a validator show by default when validation fails? Basically i want to eliminate the rollover so that... -
Form using validator
Hi, I have a form in which I have one filed which is using the validator. Basically what i want to do is for user to add data. Once he press... -
ANN: Released XServer Form Validator for PHP
Just released XServer Form Validator for DW MX and MX2004 (PHP MySQL server model only) A form validator which use server script instead of the... -
ANN: Released the XServer Form Validator for PHP
Just released XServer Form Validator for DW MX and MX2004 (PHP MySQL server model only) A form validator which use server script instead of the... -
Validator
Hi, I have a little problem with me form validation. When i run my page on the "Localhost" everything work fine, but when i run the page on... -
Manuel Lemos #2
Re: Form validator help
Hello,
On 10/09/2003 04:29 PM, sam wrote:This class does exactly what you ask:> I need a generic php Form Validator class that do:
>
> 1- display the form
> 2- validate the form
> 3- if the form is invalid, display the form filled with the valid data
> and flag the invalid fields
> 4- loop until all is ok
>
> Can anyone point me how to do it or
> if it exists, where ?
[url]http://www.phpclasses.org/formsgeneration[/url]
--
Regards,
Manuel Lemos
Free ready to use OOP components written in PHP
[url]http://www.phpclasses.org/[/url]
Manuel Lemos Guest



Reply With Quote

