Search found 1 match
- Fri Apr 16, 2004 6:37 pm
- Forum: PHP - Code
- Topic: form validation problem - urgent plz help
- Replies: 2
- Views: 364
Displaying the "Required" label next to the textbo
How do I display a label with RED "Required/Incorrect" text next to the textbox where the input is blank/incorrect? I can validate the input in PHP but instead of doing - echo "blah-field" is not filled up/incorrect", how do I get back to the HTML form and display the labels...