Hallo Pehape.
Die Zeile 2 (plus ein paar zuvor und danach) ist die:
Z1: <?php3
Z2: echo "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n";
Z3: echo ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
Z4: echo "<html>\n";
Z5: echo "<head>\n";
Stiltipp:
# Alternativ per [link:http://de2.php.net/manual/de/language.types.string.php#language.types.string.syntax.heredoc@title=HEREDOC]
$str_doc = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<!-- usw. -->';
echo $str_doc;
Einen schönen Mittwoch noch.
Gruß, Mathias
--
ie:% fl:| br:< va:) ls:& fo:) rl:( n4:~ ss:) de:] js:| mo:| zu:)
debian/rules
ie:% fl:| br:< va:) ls:& fo:) rl:( n4:~ ss:) de:] js:| mo:| zu:)
debian/rules