Hi I added a addslash before submit to database like
$bio=addslashes($_POST('bio'));
it will add a "\'" before submit .. and everything working fine .. but at the time of edit/ resubmit this form I am getting the following out put
This is old\\' Line
This is new\' Line
Please help me to avoid this issue ..
Thanks in advance