PHP コードの最適化の問題
a.php
$title='会議は 3 月 5 日に始まります';
$classid='1';
$a=' a ';
$b='b';
$c='c';
$d='d';
?>
b.php
if (file_exists('a.php')) {
include('a.php');
$filesname= 'テキスト ファイル.txt';
$txt = file($filesname);
foreach($txt as $row) {
$text = $text.$row.'
';}
$footer=file_get_contents(' footer .html');
switch ( $classid )
{
case '1' :
$classname = '東部地区';
Break;
case ' 2' :
$classname = '南部地区';
ブレーク;
ケース '3' :
$classname = '西部地区';
ブレーク;
ケース '4' :
$classname = '北部地区';
ブレーク;
デフォルト:
$classname = 'その他';
};
}else {
Header( "HTTP /1.1 301 が永久に移動されました" );
Header( "Location: /error.html" );
};
?>
gt;