I'm working on a website which has functionality to purchase online. Once the purchase is successful system sends a confirmation mail to the user. The mail includes a special character. and also when it includes those chars when i try to insert to DB as well. Data type for lesson name to store in mysql data type is varchar(60) with
utf8_general_ci
I tried all the duplicate solutions which are available here but none of them seem to be working..
40 lessons (includes 5 for £50)
I want to remove ÂÂ. how could i remove it? I used preg_replace it does not seem to be working..