|
|
|
こ たが季節の写真・旅先での写真をアップしているブログです。
|
channel['title'];
$title = mb_convert_encoding($title, "Shift_JIS", "auto");
echo "$title\n";
$rss->items = array_slice($rss->items, 0, 5);
foreach ($rss->items as $item ) {
$title = $item[title];
$title = mb_convert_encoding($title, "Shift_JIS", "auto");
$url = $item[link];
$itemday = date('Y/n/j',strtotime(substr($item['dc']['date'],0,10)));
$youbi = array(0 => '(日)', 1 => '(月)', 2 => '(火)', 3 => '(水)', 4 => '(木)', 5 => '(金)', 6 => '(土)');
$mday = date('w',strtotime(substr($item['dc']['date'],0,10)));
$itemtime = date('G:i',strtotime(substr($item['dc']['date'],11,8)));
print "${itemday} $youbi[$mday] ${itemtime}$title \n";
}
print "\n"
?> |
|
|
|
地域観光マーケティングの仕事を通じて、見えたこと、気づいたことを発表。
|
channel['title'];
$title = mb_convert_encoding($title, "Shift_JIS", "auto");
echo "$title\n";
$rss->items = array_slice($rss->items, 0, 5);
foreach ($rss->items as $item ) {
$title = $item[title];
$title = mb_convert_encoding($title, "Shift_JIS", "auto");
$url = $item[link];
$itemday = date('Y/n/j',strtotime(substr($item['dc']['date'],0,10)));
$youbi = array(0 => '(日)', 1 => '(月)', 2 => '(火)', 3 => '(水)', 4 => '(木)', 5 => '(金)', 6 => '(土)');
$mday = date('w',strtotime(substr($item['dc']['date'],0,10)));
$itemtime = date('G:i',strtotime(substr($item['dc']['date'],11,8)));
print "${itemday} $youbi[$mday] ${itemtime}$title \n";
}
print "\n"
?> |
|
|
|
観光コンサルとして活躍する「KBS創研」小泉社長のブログです。
|
channel['title'];
$title = mb_convert_encoding($title, "Shift_JIS", "auto");
echo "$title\n";
$rss->items = array_slice($rss->items, 0, 5);
foreach ($rss->items as $item ) {
$title = $item[title];
$title = mb_convert_encoding($title, "Shift_JIS", "auto");
$url = $item[link];
$itemday = date('Y/n/j',strtotime(substr($item['dc']['date'],0,10)));
$youbi = array(0 => '(日)', 1 => '(月)', 2 => '(火)', 3 => '(水)', 4 => '(木)', 5 => '(金)', 6 => '(土)');
$mday = date('w',strtotime(substr($item['dc']['date'],0,10)));
$itemtime = date('G:i',strtotime(substr($item['dc']['date'],11,8)));
print "${itemday} $youbi[$mday] ${itemtime}$title \n";
}
print "\n"
?> |
|