これが私がやりたいことです:
<? include 'header.php' ?>
some html
<? include 'footer.php' ?>
header.php で...
<? //bunch of code
if (something){
//some stuff here, but no close brace
?>
footer.phpで....
<? } //close the if brace ?>
これは可能ですか?解析エラーが発生し続けます。
ありがとう。