Hallo TheDoctor46.
in PHP würde das ganze so aussehen (Beispiel):
<div id="Inhalt"><? include("$seite.htm"); ?></div>
Nein, es würde besser so aussehen:
<div id="Inhalt">[code lang=php]<?php [link:http://de2.php.net/manual/de/function.readfile.php@title=readfile]($seite.'.htm'); ?>
</div>[/code]
Auf die Short-Open-Tags (also „<?“) solltest du zu gunsten der Langform (also „<?php“) verzichten, da die zugehörige Option nicht immer und überall zu deinem Gunsten gesetzt sein muss.
Einen schönen Mittwoch noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]