add oop
This commit is contained in:
parent
642491a9c0
commit
9ffda1656d
4 changed files with 69 additions and 0 deletions
12
demo/oop/index.php
Normal file
12
demo/oop/index.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>fragen</h1>
|
||||
<form method="post" action="loesung.php">
|
||||
<?php
|
||||
$fragen = require 'holeFragen.php';
|
||||
foreach ($fragen as $frage) {
|
||||
echo $frage;
|
||||
}
|
||||
?>
|
||||
|
||||
<input type="submit" value="Absenden">
|
||||
</>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue