If i enter a £ (UK Pound Symbol) into my DB why does it always add to the database with as £.
I thought this was down to the charset but thought utf8 should cure this
EDIT i am setting the charset as below
$db = new PDO('mysql:host='.DBHOST.';dbname='.DBNAME.';charset=utf8', DBUSER, DBPASS);
any advice please.