hi there,
one, i hope small problem, i installed my php scripts on different servers, win98, win2000 and linux. it functions everywhere. But with a new linux one i have a little problem and i dont know what to do.
there is a piece of code that like the following:
$design=ereg_replace("{teaser}", rightbox($index), $design);
this should replace the {teaser} with the output of the rightbox function. Like i said it usually works withou any problem. But a new apache on a cobalt raq brings me the following warning:
Warning: Invalid content of {} in /home/sites/home/web/private/sys/grillfreunde/index.lw on line 17
it seems that he dont like the {} brackets. does anybody know what to do ???
one thing is that i thought the error level would be causinbg this problem, but is is set to
error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR ; show only errors
please help me,
thanx inadvance,
Andreas