歯学部_新着ニュース(配信元)

items, $count); // 取得したデータをリストで表示 $html = ""; foreach ($rss->items as $item) { // リンクURL $href = $item['link']; // タイトル $title = mb_convert_encoding($item['title'],"SJIS","auto"); $descript = mb_convert_encoding($item['description'],"SJIS","auto"); $html .="

"; $html .="" . $title . "

\n"; $html .="

".$descript. "

\n"; } $html .= "
"; // htmlの表示 echo($html); ?>

大学院_新着イベント(配信元)

items, $count); // 取得したデータをリストで表示 $html = ""; foreach ($rss->items as $item) { // リンクURL $href = 'http://www.hsc.okayama-u.ac.jp/mdps/'.$item['link']; // タイトル $title = mb_convert_encoding($item['title'],"SJIS","auto"); $descript = mb_convert_encoding($item['description'],"SJIS","auto"); $html .="

"; $html .="" . $title . "

\n"; $html .="

".$descript. "

\n"; } $html .= "
"; // htmlの表示 echo($html); ?>