/home/mjc1/public_html/manage/programCompareView.php


1
2
3
4
5
6
7
8
9
10
11
<?
  
include("./category/common.php");
  
//programMeanView.php
  
$categoryQry      =   "select program_mean from cate3 
                         where cate1_code='
$largeCode' and  cate2_code= '$middleCode' and category_code = '$smallCode' "
                      
     
$result           =   mysql_query($categoryQry);
     
$row              =   mysql_fetch_array$result);
   
    echo 
$row[0];
?>