phpでrssの情報を抜き出したい場合は、titleやlinkの要素は以下の通りで抜き出せます。
<?php // Load and parse the XML document
$rss = simplexml_load_file('http://partners.userland.com/nytRss/nytHomepage.xml');
$title = $rss->channel->title;
?>
…
AVIからSWFファイルに変換する際に便利なソフト
MotionSWF
http://www.vector.co.jp/soft/dl/win95/art/se226046.html
graffiti on the web
この投稿へのコメント
コメントはまだありません。