You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varcontent=document.getElementById("content").value;jQuery.ajax({type:'post',url:'add.php',data:"content="+content,// value is '?'dataType : "json",success:function(response){alert('success:'+response.msg);},error: function(msg){alert(msg);}});
Code ends.
When the parameter 'content' value is '?' or '??', its content is replaced by similar content as 'jQuery1520046861610282212496_1411972375451'.