今回RSSを取り出すのに使っていた「MagpieRSS」を以下のように使っていたのですが、
include ('rss_fetch.inc');
require_once 'code_table.ucs2jis';
require_once 'jcode.php';
繰り返し処理を行おうとしたところ、Fatal error: Cannot redeclare phpでのエラーとういうエラーが出…
配列 $array_exampleの要素のなかで、空白のものを削除。
$array_example = array_filter($array_example, ‘strlen’);
この投稿へのコメント
コメントはまだありません。