include ("../OpenDB.php");
include ("../mis/function/db_func.php");
$SqlCountry="select * from Country where StopTag='0' order by SortTag";
//echo $SqlCountry;
$res_all=db_query($SqlCountry);
$num_all=db_num_rows($res_all);
//$defLink="area.php";
if($num_all>0){
for($i=0;$i<$num_all;$i++){
$row=db_fetch_array($res_all);
$defLink=(strlen($row["LinkToWebSite"])>0?$row["LinkToWebSite"]:"list.php?TCoID=".$row["CoID"]);
echo "";
echo "";
echo "";
echo " ";
echo "";
echo " | ";
echo "".$row["CoNm"]." | ";
echo " ";
}
}
?>
|
|
|