I'm having problems with Pound Signs appearing as Question Marks within a diamond in my PHP script which pulls data from a MySQL Database.
I have looked through other Stack Overflow answers and I think checked everything.
I have checked in php.ini that I have default_charset = "utf-8", I have also added AddDefaultCharset UTF-8 to /etc/apache2/apache2.conf and to /etc/apache2/conf-enabled/charset.conf
I have also added this to the top of the web page:
<!DOCTYPE html>
<html lang="en">
<HEAD>
<meta charset="UTF-8">
<title>ZXDB</title>
</HEAD>
<BODY>
Finally I ran sudo /etc/init.d/apache2 restart to restart the server.
I'm using Ubuntu 16.04 with Apache and PHP7.
What am I missing?
The page is available here:
http://spectrumcomputing.co.uk/originalprices.php
Thank you in advance