<?
include('../config.inc.php');
$sql="select * from cp_topics where id";
$dbquery=mysql_db_query($dbname,$sql);
$row=mysql_num_rows($dbquery);
$sql2="select * from cp_topics_sub where id";
$dbquery2=mysql_db_query($dbname,$sql2);
$row2=mysql_num_rows($dbquery2);
?>
ทำให้ผลลัพธ์ออกมาแบบนี้
test2a b // ตรง b ซึ่งเป็น topic_check ตามหลักต้องแสดงค่า testb
test2a b // และตรงนี้ก็จะต้องแสดงค่า test2b ซึ่งจะทำให้ค่าตรงกันและเข้าเงื่อนไข if อีกครั้ง