Hallo Freunde des gehobenen Forumsgenusses,
Das gleiche ist mir letzt mit der Funktion array_combine() passiert :-)
Wenn ich PHP5-Funktionen verwende mache ich üblicherweise eine PHP4-Alternative:
if (!function_exists('file_get_contents')) {
function file_get_contents($filename) {
...
}
}
Gruß
Alexander Brock
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }