I am going to use a class to filter out symbols I don't want.
so form one page I send the value i want to filter to a php page were it get filtered. I have used preg_replace to filter all the symbols but the euro sign.
When I put the euro sign in I get â¬
I have used...;
header('Content-Type: text/html; charset=utf-8'); on both pages
and
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
on the main page.
What am I doing wrong?