Hallo PHP-Freunde...
folgender print-Aufruf funktioniert:
<?
print "<html>
<head>
<title></title>
</head>
<body bgColor='cccccc'><br>
<center>
<br>
Text zum Bild
<img src='picture.jpg'><br>
</center>
</body>
</html>
";
?>
Soweit so gut...Will ich nun einen Linkeintrag hinzufügen, bringt er einen Parseerror dieser Zeile!!!
Zum Beispiel:
<?
print "<html>
<head>
<title></title>
</head>
<body bgColor='cccccc'><br>
<center>
<br>
Text zum Bild
<img src='picture.jpg'><br>
<a href="http://www.seite.de" target="_self">LINK</a>
</center>
</body>
</html>
";
?>
Da ich von PHP wenig Ahnung habe, hoffe ich , dass das kein grosses Prob ist,
Danke für die Hilfe
Rico
folgender print-Aufruf funktioniert:
<?
print "<html>
<head>
<title></title>
</head>
<body bgColor='cccccc'><br>
<center>
<br>
Text zum Bild
<img src='picture.jpg'><br>
</center>
</body>
</html>
";
?>
Soweit so gut...Will ich nun einen Linkeintrag hinzufügen, bringt er einen Parseerror dieser Zeile!!!
Zum Beispiel:
<?
print "<html>
<head>
<title></title>
</head>
<body bgColor='cccccc'><br>
<center>
<br>
Text zum Bild
<img src='picture.jpg'><br>
<a href="http://www.seite.de" target="_self">LINK</a>
</center>
</body>
</html>
";
?>
Da ich von PHP wenig Ahnung habe, hoffe ich , dass das kein grosses Prob ist,
Danke für die Hilfe
Rico
Kommentar