Simple Form Validator
This Small, and extremely Simple PHP Script will validate text the user has submitted, and will check to see if it matches up with predefined text. Example: I want the user to type in "HotDog" If they type in that exactly, and presses submit, you can make it say Correct. If it's incorrectly typed, you can make it say Incorrect. Easily Editable.