Actually I'm facing the problem while I fetch data from my database on localhost. The database contain lines with special characters.
Such as - "You've done a Good Job".
But when I fetch the data using echo $row['lines'];
it comes with "You?ve done a Good Job".
Anyone please help me how to overcome with this issue.