Zitat Zitat von kimaki Beitrag anzeigen
H...
Öffnen Sie nun die Datei content/konto/uebersicht.php
fügen Sie dort am Ende der Datei jedoch vor ?> folgenden Code ein
include 'content/konto/ttapov.php';

Ich habe also folgendes eingebaut:
</tr>
</table>
include 'content/konto/ttapov.php';
<?foot();?>

...
PHP-Code:
 </tr>
</table>
<?php
include 'content/konto/ttapov.php';
foot();?>
Du musst darauf achten, dass PHP Code, immer innerhalb von <?php und ?> steht, alles andere wird als HTML-Code behandelt.