| |
 |
| |
| require('_smoothmenu.php');?> |
| |
| |
|
|
| |
 |
 |
 |
|
| HISTORY |
$query = "SELECT h_id,h_des,h_date,h_month from history where h_stop=0 order by h_date asc ";
//echo $query;
mysql_query("SET NAMES 'UTF8'");
$rs = mysql_query($query,$link) or die("Query failed");
$rows = mysql_num_rows($rs);
$cur = 0;
while($line=mysql_fetch_array($rs,MYSQL_ASSOC)){
$cur +=1;
$h_id = $line["h_id"];
$h_des = $line["h_des"];
$h_stop = $line["h_stop"];
$h_month= $line["h_month"];
if($cur=="1")
{
echo "";
}else{
echo " ";
}
?>
|
 |
|
| |
|
|
}
mysql_free_result($rs);
?>
|
| |
|
| |
|
|