After changing the encoding of my php file to central-european iso 8859-2 I encouter one problem:
- After submitting the form, the browser shows plain PHP code instead of just echoing out: eg. "Thanks for submitting the form".
Is this because my html has a different encoding than the php file?