"; $htmloutput = mb_convert_encoding("$htmloutput","EUC-JP", "UTF-8"); print "$htmloutput"; printhtmlpageheader(); if (($tid == "") ||($filename == "") || ($path == "")) { print "No pictures
"; exit; } $htmloutput = "

書き込み・アップロード


"; $htmloutput = mb_convert_encoding($htmloutput,"EUC-JP", "UTF-8"); print "$htmloutput"; print "\n \n"; $post = $bl->createNewPost(); $post->title = "$blogtitle"; $post->content = "$blogmessages"; $bl->savePost($post); //echo 'post id: ' . $post->id; print "id; print "\">Go Entry

\n"; $blogtitle = mb_convert_encoding($blogtitle,"EUC-JP", "UTF-8"); print "$blogtitle
\n"; //print "\n"; $blogmessages = mb_convert_encoding($blogmessages,"EUC-JP", "UTF-8"); print "$blogmessages
\n"; ?>