Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <?PHP
-
- foreach ($valami as $v) { //foreach eleje
- ?>
- <!-- foreachben html komment, mert ez mar html -->
- <h1><?PHP echo $v." php kod"; ?> - ez meg megint html</h1>
- <?PHP
- } //foreach vege, mar megint php kod
-
- ?>
|