Jquery escaping characters ajax, convert back PHP -
the data being sent via ajax escaping characters, how convert characters normal html in php.
this example of ajax response of html table sent , echoed.
<td width=\"5%\" style=\"border-right:2px dashed #95989a\">�</td>
what php function use revert html table original characters?
the php function stripcslashes
allows this.
have @ the documentation here
Comments
Post a Comment