添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接


案例:数据库存储的json进行模糊搜索
$text = $data['text'];//leyangjun
//$text = preg_replace("/\s/", "", $text);
if (!empty($text)) {
    $json_text = str_replace("\\", "_", json_encode($text));
    $json_text = strval($json_text);
    $mSql .= " AND field_content like '%" . $json_text . "%' ";
                    

上一篇:SQLSTATE[HY000]: General error: 8002 [93735529] can not retry select for update statement

下一篇:PHP银行卡信息基类大全