ตัวอย่างนี้ครับ....ไม่ทราบว่าผมทำถูกหรือเปล่า
ถ้าไม่ถูกแล้วทำไมผมแทนค่าใน Mysql แล้วรันออก
select * from tblperson where code='%$code%' and name like '%$name%' and lastname like '%$lastname%' and position='$position' and type like '%$type%' and between '$salary' and '$salary2' and between '$age' and '$age2' and add1='$add1'
หรือว่าชุดเงื่อนไขผิดครับ
$strsql="SELECT * FROM tblperson";
$result=mysql_query($strsql);
$dbquery=mysql_db_query($db,$sql);
$num_rows=mysql_num_rows($dbquery);
$num_fields=mysql_num_fields($dbquery);