Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Form validator help

    Hello,

    On 10/09/2003 04:29 PM, sam wrote:
    > 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 ?
    This class does exactly what you ask:

    [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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139