example implimentation
This commit is contained in:
parent
1367df102b
commit
0add759fe1
1 changed files with 14 additions and 0 deletions
14
beispiel.php
Normal file
14
beispiel.php
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
include('index.php');
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
<h1>Willkommen</h1>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
echo $uname;
|
||||||
|
|
||||||
|
?>
|
Loading…
Add table
Reference in a new issue