include "../left.html";?>
|
 |
 |
|
 |
 |
$query1=mysql_query("select * from $tname where ref='$row[ref]' order By ref desc,re_level asc,step asc");
$total=mysql_num_rows($query1);
if ($total!=1){
?>
|
while($row=mysql_fetch_array($query1))
{
$title=stripslashes($row[title]);
$writeday=substr($row[writeday],0,10);
?>
=$total?>
|
if ($row[re_level] > 0){
for($i=0;$i<=($row[step]-1);$i++){
print(" ");
}
print(" "); //´äº¯±Û Ç¥½Ã
}
print("$title"); //±ÛÁ¦¸ñ
if ($writeday==date('Y-m-d')){
print(" "); //NEW Ç¥½Ã
}
?>
|
=$row[name]?> |
=$writeday?>
|
=$row[readnum]?>
|
|
$total--;
}
?>
 |
}
?>
|
|
 |
|
|