When a user submits a special character ♠
it's stored in MySQL database as â�
and if a user wants to change it instead of displaying it back as ♠
its displayed as â�
how can I fix this problem so that its dsiplayed back as ♠
and saved as ♠
?
On a side note how should I save my special characters using PHP?
I'm using PHP & MySQL