//讓NLp去旅行
$link = $db_conn;
mysql_select_db($database);
$sql ="select * from sd_class where Status='1' and IsNew='Y' and Item='C' order by ClassDate Asc";
$result = mysql_query($sql);
if ($result)
{
$sort_num=1;
while ($RS= mysql_fetch_array($result,MYSQL_ASSOC))
{
$wresult = mysql_query("select CName,Member_Mobile from sd_operator where Account='".$RS["Who"]."'");
$wRS= mysql_fetch_array($wresult,MYSQL_ASSOC);
$CName=$wRS["CName"];
$Member_Mobile=$wRS["Member_Mobile"];
mysql_free_result($wresult);
?>
【】
()
if (Trim($RS['MapPic'])<>"")
{
echo "查看地圖";
}
?>
線上報名
if (Trim($RS['Pic'])<>"")
{
echo "下載報名表";
}
?>
if (Trim($RS['ConUrl'])<>"")
{
echo "課程說明表";
}
?>