HI,
Template muss nicht sein
$content = <<<content
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>$titel</title>
.....
...
content;
//Ausgabe
exit($content);
HI,
Template muss nicht sein
$content = <<<content
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>$titel</title>
.....
...
content;
//Ausgabe
exit($content);