//讓NLp去旅行
$link = $db_conn;
mysql_select_db($database);
$sql ="select * from sd_class where Status='1' and IsNew='Y' and Item='M' order by ClassDate Asc";
$result = mysql_query($sql);
if ($result)
{
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($Member_Mobile)=="" or Trim($RS['Content'])=="" )
{
?>
}
else
{
?>
}
?>
線上報名
if (Trim($RS['Pic'])<>"")
{
echo "下載報名表";
}
?>
if (Trim($RS['ConUrl'])<>"")
{
echo "課程說明表";
}
?>