php 模糊查询2个表的数据 sql语句怎么写
1个回答
展开全部
这是全部的代码
<?php
$title=htmlspecialchars($_POST["gjc"]);
$resultt=mysql_query("select * from xsktdl where text1 like '%$title%' union all select * from xsktdl2 where text1 like '%$title%'");
$i=9;
$j=0;
while($rowww=mysql_fetch_array($resultt))
{
$j++;
?>
<?php
$title=htmlspecialchars($_POST["gjc"]);
$resultt=mysql_query("select * from xsktdl where text1 like '%$title%' union all select * from xsktdl2 where text1 like '%$title%'");
$i=9;
$j=0;
while($rowww=mysql_fetch_array($resultt))
{
$j++;
?>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询