I have a basic webpage that calls details from a database The only problem is its not showing the euro sign instead it shows a diamond with a question mark inside I have seen this before is there any setting I need to have to fix it Thanks
You could specify the pages Charset - that could fix the problem. Just dump this into your META tags area. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> Code (markup):
You might also want to check the encoding of your database tables to ensure it's being stored properly.
I have that meta tag but it still doesnt work In the database the field is set as varchar(60) utf8_general_ci