Browse Source

Add 'phphtml.php'

master
gergo314 4 years ago
parent
commit
7b2b411c32
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      phphtml.php

+ 10
- 0
phphtml.php View File

@@ -0,0 +1,10 @@
<?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

?>

Loading…
Cancel
Save