<?
$i=0;
$strSQL = "select DISTINCT * from student where tch_name = $name";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
while ($objResult = mysql_fetch_array($objQuery))
พอรันโรแกรมให้แสดง มันออกมาแบบนี้
Code
Error Query [select DISTINCT * from student where tch_name = ปาตีเมาะ]