$strQuery = "select v.*,v.pdx,i.name,count(v.pdx) as con
from vn_stat v left outer join icd101 i on v.pdx=i.code
where v.vstdate between '2010-01-31 'and '2010-01-31' and v.pdx<>""
and v.pdx not in ("z489","z000","z242","z488","z519","z001","z348","z3041","z098")
group by v.pdx
order by con desc limit 10 ";
$result2 = mysql_query($strQuery) or die(mysql_error());
//Iterate through each factory
if ($result2) {
while($ors2 = mysql_fetch_array($result2)) {
$strXML .= "<set label='" . $ors2['con'] . "' value='" . $ors2['con'] . "' />";
สอบถามผู้รู้อีกครั้งครับ คือต้องการให้สามารถเลือกวันที่ ในหน้าเว็บเพจ ได้ด้วยครับ ต้องทำอย่างไร