function duzelt($degistir) { 
$degistir = str_replace ("'","\'",$degistir);
$degistir = str_replace ("\n","<br>",$degistir);
return $degistir;
}
kullanımı;
duzelt($_POST['content']);