PHP??????SQL????????????????
???????????? ???????[ 2014/6/13 11:31:58 ] ????????SQL??? ??????????
????SQL??????????????????????Ρ?????????????????????????????飬???????????SQL???????SQL?????????????????????????????????????????????????????????е????????????????????
?????????SQL???????PHP???????????????????????????д????????????????????а????????????????Magic Quotes??(php.ini magic_quotes_gpc)?????magic_quotes_gpc??????????????????????е??????????????????Щ????????????? ???б???
??????Magic Quotes???????????????????????????????????????Σ????????????????????????Magic Quotes????б????á?????????????????????????????????SQL???
???????????????????????????????????????PHP??MySQL????????????addslashes()?? mysql_real_escape_string()??mysql_escape_string()????????????????????????????????????????? ????塣?????????????????????????????????????????????????
?????????????PHP?????????????addslashes???SQL????????????????????SQL?????顣addslashes???????? ???? ??????0xbf27?????浥???????addslashes????0xbf27????0xbf5c27??????????Ч??????????????е?0xbf5c??? ??????????????????addslashes???????????
???????addslashes??????????????????????????????????????????????????mysql_real_escape_string?ɡ?
???????????php?????get_magic_quotes_gpc???????
if (!get_magic_quotes_gpc()) {
$lastname = addslashes($_POST[‘lastname’]);
} else {
$lastname = $_POST[‘lastname’];
}
|
???????magic_quotes_gpc????????????£??????$_POST[’lastname’]???м??????
?????????mysql_real_escape_string??mysql_escape_string??2????????????
????mysql_real_escape_string ??????(PHP 4 >= 4.3.0?? PHP 5)??????2?????á?????????? mysql_escape_string ??????????????mysql_real_escape_string ?????????????????????mysql_escape_string ???????
?????????£?
????* addslashes() ????м??
????* mysql_real_escape_string() ???ж?????????????PHP?汾?????
????* mysql_escape_string????????????????????
????dz?е???sql???????addslashes?????????????dthmlspecialchars??????????н????Щ?滻$string = preg_replace('/&((#(d{3??5}|x[a-fA-F0-9]{4}));)/'?? '&\1'??????滻???????????????????????????????Щ????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11