Posts: 671
Threads: 17
Joined: Oct 2014
Reputation:
37
Offtopic: I don't see closing body and html tags at the bottom of the page with the form.
Posts: 671
Threads: 17
Joined: Oct 2014
Reputation:
37
There should not be white-space (new-lines, spaces) characters before <!DOCTYPE HTML>.
Posts: 671
Threads: 17
Joined: Oct 2014
Reputation:
37
And here is the problem in the source:
<meta charset="utf-8"> - at the top - Ok
<form action="http://www.rommelmarkten.org/toevoegen" method="post" accept-charset="iso-8859-1"> - this is how the form opens, why accept-charset="iso-8859-1"?
Posts: 11
Threads: 3
Joined: Jan 2015
Reputation:
0
Thank you very much! I putted the accept-charset= in the button instead of the form. It is working. I will fix the other issue also.
Posts: 11
Threads: 2
Joined: Oct 2015
Reputation:
0
"accept-charset" will not work on your button, it will not do anything but invalidate your page. Check this:
- <meta charset="utf-8">
- browser needs to be set to utf-8 (should be for all modern browsers) Google even removed this option and auto-detects.
- $config['charset'] = 'UTF-8';
- database utf8_unicode_ci