Simple PHP form Validation and the validation symbols

Posted by Cool Hand Luke UK on Stack Overflow See other posts from Stack Overflow or by Cool Hand Luke UK
Published on 2009-02-05T16:25:46Z Indexed on 2010/06/07 17:22 UTC
Read the original article Hit count: 205

Filed under:
|
|
|

Hi have some forms that I want to use some basic php validation (regular expressions) on, how do you go about doing it? I have just general text input, usernames, passwords and date to validate. I would also like to know how to check for empty input boxes. I have looked on the interenet for this stuff but I haven't found any good tutorials.

Thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about regex