I need to save this onto database(mysql) and show it back. (my database is utf_general_ci)
I αм iиvisibłє łiкє αiя—
I αм αs iмρøяŧαиŧ αs øxygєи—
I αм łiviиg iи ŧЋє wøяłd øƒ мy dяєαмz
I αм αłwαys ŧЋєяє ŧø Ћєłρ øŧЋєяz—
I αм busy buŧ иєvєя igиøяє αиy øиє
I αм ŧЋє øиє wЋø cαяєz—
I łøvє ŧø sєє øŧЋєя łαugЋiиg
I αм ŧЋє øиє wЋø bøяяøw øŧЋєяz søяяøw
I αм ŧЋє øиє wЋøz иαugЋŧy buŧ иicє
I αм łøsŧ iи мy ŧЋøugЋŧs—
I łøvє ŧø ŧαłк—
I łøvє ŧø sЋαяє—
I αм яєαdy ŧø gø αиy wЋєяє—
I łøvє ŧø ƒły buŧ døи’ŧ Ћαvє wiиgs—
I wαиŧ ŧøø ŧøucЋ ŧЋє sкy łiмiŧs—
I αм єvił buŧ иøŧ dєvił—
I иєvєя ƒøłłøw αиy ŧяєиd—
I αм ƒuиłøviиg—
suм ŧiмє łøvє ŧø bє αłøиє—
I łøvє ŧø łivє—
However when the data is being saved and retrieved, this is what I get
â��â�¥�±LL à ¸£��������à ¸£â�¥â��
â�ï&iqu
Any help please? Is it something to change the collation of the database or some PHP functions that can handle this ?
You need to use ‘SET NAMES utf8’ to ensure your server sends results back using the UTF-8 character set. Example: