<!doctype html> <html lang="de"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <head> <title>Navigation</title> <style type="text/css"> body {background-color:#eee; color:#666; font:.7em Tahoma,Verdana,Arial,Helvetica,Sans-Serif;} p {border:1px solid #bbf; padding:3px;} </style> </head> <body> <h1>Beispiele aus dem Unterricht</h1> <p>Kapitel 1: Grundlagen, Formulare, File-basierte Datenverwaltung<br> <a href="index.php" target="inhalt">Login-Seite</a><br> <a href="showcode.php?file=index.php" target="inhalt">PHP-Quellcode</a><br> <a href="showcode.php?file=Benutzer.txt" target="inhalt">Benutzer.txt</a> </p> <p>Kapitel 2: Anwendung: Gästebuch<br> <a href="gaestebuch.php" target="inhalt">Gästebuch</a><br> <a href="showcode.php?file=gaestebuch.php" target="inhalt">PHP-Quellcode</a><br> <a href="showcode.php?file=gaestebuch.txt" target="inhalt">gaestebuch.txt</a> </p> <p>Kapitel 3: Gästebuch mit MySQL<br> <a href="mysql1.php" target="inhalt">Gästebuch</a><br> <a href="showcode.php?file=mysql1a.php" target="inhalt">PHP-Quellcode</a><br> <a href="showcode.php?file=gaestebuch.sql" target="inhalt">gaestebuch.sql</a> </p> <p>Kapitel 4: Onlineshop MySQL<br> <a href="mysql2.php" target="inhalt">Onlineshop</a><br> <a href="showcode.php?file=mysql2a.php" target="inhalt">PHP-Quellcode</a><br> </p> <p>Kapitel 9: Response Times<br> <a href="urltest.php" target="inhalt">URL-Test</a><br> <a href="showcode.php?file=urltest.php" target="inhalt">PHP-Quellcode</a><br> </p> <p>Anhang: Diese Seite<br> <!-- <a href="index.html" target="inhalt">Frameset</a><br> --> <a href="showcode.php?file=navigation.html" target="inhalt">Navigation</a><br> <a href="showcode.php?file=startseite.html" target="inhalt">Startseite</a><br> <a href="showcode.php?file=showcode.php" target="inhalt">Quellcode-Anzeige</a><br> <!-- <a href="editcode.php?file=editcode.php" target="inhalt">Quellcode-Editor</a> --> </p> </body> </html>