diff --git a/modul3/common.php b/modul3/common.php new file mode 120000 index 0000000..1a8e8d9 --- /dev/null +++ b/modul3/common.php @@ -0,0 +1 @@ +../modul1/common.php \ No newline at end of file diff --git a/modul3/index.css b/modul3/index.css new file mode 120000 index 0000000..0cef1d5 --- /dev/null +++ b/modul3/index.css @@ -0,0 +1 @@ +../modul1/index.css \ No newline at end of file diff --git a/modul3/index.php b/modul3/index.php new file mode 120000 index 0000000..85750bf --- /dev/null +++ b/modul3/index.php @@ -0,0 +1 @@ +../modul1/index.php \ No newline at end of file diff --git a/modul3/index3_1.php b/modul3/index3_1.php new file mode 100644 index 0000000..28a505b --- /dev/null +++ b/modul3/index3_1.php @@ -0,0 +1,28 @@ + + + + <?=title();?> + + + + +
+

+

+

Myndig eller ikke

+ + $navn er $alder og dermed ".($alder<18?'ikke ':'')."myndig

"; + ?> + +
+

+
+ +
+ + + \ No newline at end of file