I have an Excel file in which there are currency symbols. When I upload that file using PHP in my database it makes the Euro Symbol i.e '€' like '¬'. I have kept the collation for the currency symbol as utf8-general-ci.
Also when i tried echoing the value from Excel it prints as '¬' instead of '€'
Kindly help to fix this.