Hallo!
Ich habe genau das selbe Problem, wie |~Râdîant~| und da ich erst seid kurzem php anwende, bin ich nich im Stande den Fehler allein zu finden.
Allerdings enthält mein Code keine echo-ausgabe, von daher versteh ich nicht ganz, warum das jez angezeigt wird.
Hier mal der Code..
Code:
[...]<table width="780" style="padding-top="200px;" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td width="150">
<?= include 'navigation.php'; ?>
</td>
<td width="30"></td>[...]
bzw.
Code:
[...]<table width="780" style="padding-top="200px;" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td width="150">
<?= include("navigation.php")?>
</td>
<td width="30"></td>[...]
Was muss ich ändern, damit die 1 nicht mehr ausgegeben wird. Weil so sieht das sehr doof aus
Liebe Grüße Pink