die kleine handliche web-basierte Notiz/Adress-Datenbank fuer php/mysql
This commit is contained in:
parent
0bffe48b4b
commit
c84e8b144f
26 changed files with 1363 additions and 0 deletions
17
notiz-datenbank/index.php
Normal file
17
notiz-datenbank/index.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?PHP include_once("init.php"); ?>
|
||||
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Notizen-Datenbank</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
|
||||
<?php include("navi.php"); ?>
|
||||
|
||||
<H1><BR><DIV ALIGN="CENTER">
|
||||
NDB
|
||||
</DIV></H1>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue