Hallo,
Hi, ja das wird als PHP geparst.
Fehlermeldung ist wie ich mir schon gedacht habe Notice: Undefined variable: titel in...
so, jetzt kommen wir vielleicht weiter.
_WO_ genau greifst du auf $title zu? Etwa innerhalb einer Funktion? Innerhalb von Funktionen sind global definierte Variablen nicht verfügbar, es sei denn, sie werden explizit mit
global $variablenname;
am Anfang der Funktion bekanntgemacht.
So long,
Martin
--
Most experts agree: Any feature of a program that you can't turn off if you want to, is a bug.
Except with Microsoft, where it is just the other way round.
Most experts agree: Any feature of a program that you can't turn off if you want to, is a bug.
Except with Microsoft, where it is just the other way round.