<?php $str1 = "this is a text"; $str2 = "this is a text which is edited"; echo $Diff = str_replace($str1, "", $str2);
You have javascript disabled. You will not be able to edit any code.