So that I can change string lik开发者_开发技巧e I\'ll go back to I'll go
stripslashes()
Un-quotes a quoted string.
ex.:
$string = "This isn't good";
$string = mysql_escape_string($string);
echo "$string";
produces: This isn\'t good
$string = stripslashes($string);
echo "$string";
produces : This isn't good
stripslashes()
No.
It's not really required:
$b=mysql_escape_string($a);
$a still contains the unescaped string.
C.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论