I have a string like this: $string1 = DO"C OR $string2= MV'C and I have a input text Like This
<input type="text" value="">
if I am placing the string MV'C Like This
<input type="text" value="MV'C">
every thing is ok but if I put the DO"C String it brakes because the "
is there any solution for this?