Search found 1 match
- Thu Mar 06, 2008 6:28 pm
- Forum: PHP - Code
- Topic: echo print to web page
- Replies: 1
- Views: 210
echo print to web page
i have a form that has required fields. when the form is submitted everything works right except when the error_text is to be printed to the web page. if i use echo, it prints the error message at the very top of the page. if i don't use echo nothing prints to the page. if ($_POST['_submit_check']) ...