Browse Source

Update 'phphtml.php'

master
gergo314 4 years ago
parent
commit
aa3b0e55d0
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      phphtml.php

+ 4
- 4
phphtml.php View File

@@ -12,9 +12,9 @@
echo $v;
}

foreach ($valami as $id=>$v) { //csak tomb ertek, kulcs elveszik
foreach ($v as $i=>$w) {
//ez mar a masodik szinten is vegigmegy ha tomb a tombben
}
foreach ($valami as $id=>$v) { //csak tomb ertek, kulcs elveszik
foreach ($v as $i=>$w) {
//ez mar a masodik szinten is vegigmegy ha tomb a tombben
}
}
?>

Loading…
Cancel
Save