我试图按其优先程度(例如)分类记录。
<>-> 优先程度:高
<>Records>
<>-> 优先程度:中
<>Records>
<>-> 优先程度:低——
<>Records>
与此类似,我如何在PHP这样做? 而按价值不变的优先权一栏(高=3、中=2、低=1)。 e.g. WHERE优先权 = 1
标签:Priority:[优先权水平]”必须放在关于其级别分类记录之上。
http://www.un.org。
<?php
while($row = mysql_fetch_array($result))
{
echo <h1>Priority Level: . $row[ priority ] . </h1> ;
echo $row[ name ];
}
?>
同这部法典一样——
tags is the label which seperates records regarding their priority level.