这是全部的代码
$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++;
?>