Search found 2 matches
- Wed Mar 25, 2009 1:58 am
- Forum: PHP - Code
- Topic: PHP Mail Form -Error Redirect Language- HELP PLEASE
- Replies: 2
- Views: 299
Re: PHP Mail Form -Error Redirect Language- HELP PLEASE
First of all thank you for the response. I added the accept-charset us shown below but still the same. Do you have maybe another idea? Thank you again. <form accept-charset="UTF-8" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" name="form1" id=&quo...
- Tue Mar 24, 2009 11:32 pm
- Forum: PHP - Code
- Topic: PHP Mail Form -Error Redirect Language- HELP PLEASE
- Replies: 2
- Views: 299
PHP Mail Form -Error Redirect Language- HELP PLEASE
Hello, I have a php Mail Form that people will also fill in a different language from english. It works fine, except one thing. When the user fills in something invalid or leaves a required field empty and submits, then the redirect page with an error message appears. The text that the user wrote be...