たぼさんの部屋

いちょぼとのんびり

2014-04-07から1日間の記事一覧

PHPでhtmlを読み込んで書き出す

php $this->DIR = dirname( __FILE__ ); $this->container = new DOMDocument(); $contaienrFile = file_get_contents($this->DIR."/container.html"); $this->container->loadHTML($contaienrFile); echo $this->container->saveHTML();