助けてください。問題は複数テーブルのあいまい検索後に表示されます。
$title=htmlspecialchars($_POST["title"]);
$result=mysql_query("select * from pro_trans where title like '%$title%' Union select * from pro_transprotection where title like '%$title%' Union select * from pro_reactor where title like '%$title%'");
while($row=$ db-> ;getarray($result)){
echo "
td>" ; echo " | ".$row['title']." | ";