You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
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. ?>