This website works better with JavaScript.
Home
Explore
Help
Sign In
gergo314
/
Public
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add 'phphtml.php'
master
gergo314
4 years ago
parent
612fb6b33f
commit
7b2b411c32
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
?>
Write
Preview
Loading…
Cancel
Save