您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
230B

  1. <?PHP
  2. foreach ($valami as $v) { //foreach eleje
  3. ?>
  4. <!-- foreachben html komment, mert ez mar html -->
  5. <h1><?PHP echo $v." php kod"; ?> - ez meg megint html</h1>
  6. <?PHP
  7. } //foreach vege, mar megint php kod
  8. ?>