<?php
$strSQL = "SELECT * FROM tb_member WHERE (age LIKE '".$_GET["txtKeyword"]."' or
price1 LIKE '%".$_GET["txtKeyword"]."%' or
sex LIKE '%".$_GET["txtKeyword"]."%')";
?>
<?php
$strSQL = "SELECT * FROM tb_member WHERE (age LIKE '".$_GET["txtKeyword"]."' or
price1 LIKE '".$_GET["txtKeyword"]."%' or
sex LIKE '".$_GET["txtKeyword"]."%')";
?>