PHP jiangpout纴鐒躺悗鐢深tr_replace鎶婃爣玛浛鎹㈡垚鎸囧畕镄啫崴瀹縸纴鍐敱敱fopen鐢颸垚鸸囧畂鏂囦Huan钖綧宑笱欐€侀〉闱纴杩欐牱琢鈥K浜嗐€?p>php鏁欑▼鐆垚闱欐€侀>闱镐?br />チェーン鐢熸垚闱欐€侀>闱㈢▼搴忓疄鐜 Board先生は先生です鍐敱敱fopen鐢縸垚鎸囧畾鏂囦歓钖讑闱欐€侀>闱纴杩欐牱眔k浜嗐€?/p>
header('content-type:text/html ;charset=utf-8');
if(!function_exists('file_get_contents')){
$fp = fopen($file,'r');
$content = fread($fp,filesize($file)) ;
fclose($fp);
return $content;
}
}
$tmp_file = 'template.html'; //妯℃澘鏂囦Huan
$content = file_get_contents($tmp_file);タイトル?br />$text = 'text'; //タイトルのテキストは何ですか?br />$content = str_replace('< ;{title}>',$title,$content);タイトルをめくってください
$content = str_replace('<{text}>',$text,$content); //珎崲妯℃澘鍙橀噺text
//echo $content //鏄ストーリーズ;皎崲钖庣殑妯℃澘鏂囦Huan鍐呭
makehtml('news.html',$content ;镆鹅鏂囦Huan';
function makehtml($file,$content){
$fp = fopen($file,'w');
fwrite($fp,$content);
fclose ($fp);
}
?>
//template.html
< ;title>makehtml
欐槸妯℃澘鍙橀噺title-----<{title}>
杩欐槸妯℃澘鍙橀噺text-----<{text}>