die kleine handliche web-basierte Notiz/Adress-Datenbank fuer php/mysql

This commit is contained in:
lars 2006-06-11 14:24:17 +00:00
parent 0bffe48b4b
commit c84e8b144f
26 changed files with 1363 additions and 0 deletions

17
notiz-datenbank/index.php Normal file
View 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>