spacial charecters store in mysql with php Examples(-,.?()!@#$%^&*[]":?><~)
html post or get methods to encode
$fbdescode=htmlspecialchars_decode($fbname); //decodeing
$fbusernm=addslashes($fbdescode); //insert in sql
echo $fbusernm;
0 comments:
Post a Comment