Einzelnen Beitrag anzeigen
  #6 (permalink)  
Alt 14.02.2005, 14:49
tunc tunc ist offline
Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 26.01.2005
Beiträge: 61
tunc befindet sich auf einem aufstrebenden Ast
Standard

Ok dann versuche ich das ganze nochmal via xhtml 1.0 und die formsachen muss ich mir nun auch noch aneignen.

Aso, das PHP-Script, reicht es aus wenn ich das in meiner index.php include?

Nochmal zur Veranschaulichung die index.php:

Code:
<?
include "data/header.php";
if(isset($page)) {switch($page) {
case 'home': include "content/home.php"; break;
case 'about': include "content/about.php"; break;
case 'work': include "content/work.php"; break;
case 'links': include "content/links.php"; break;
case 'gbook': include "content/gbook.php"; break;
case 'contact': include "content/contact.php"; break;
case 'imprint': include "content/imprint.php"; break;
case 'gbadd': include "gbook/gbadd.php"; break;
default: include "content/home.php"; break;
}} 
else {include "content/home.php";};
include "data/footer.php";
?>
Geht das ganze wenn ich es noch vor der header.php include?
__________________
mfg.tunc


http://www.dougart.de.vu
Mit Zitat antworten