Hallo matthias.
Warning: ereg_replace() [function.ereg-replace]: REG_EESCAPE
bei preg_replace kommt das hier:
Warning: preg_replace() [function.preg-replace]: Delimiter must not be alphanumeric or backslash
Das sagt dir eigentlich schon, wo dein Fehler ist, nähmlich...
$nach = ereg_replace('\','/','$nach');
^^ hier
Lies dir am besten einmal ein paar Informationen über Delimiter durch.
Gruß, Ashura
--
Selfcode: sh:( fo:) ch:? rl:( br:^ n4:& ie:{ mo:) va:) de:> zu:) fl:( ss:| ls:[ js:|
Try it: Become an Opera Lover in 30 days
Meine Browser: Opera 7.54 | Firefox 1.0.2 | Lynx 2.8.3 | Netscape 4.7 | IE 6.0
Selfcode: sh:( fo:) ch:? rl:( br:^ n4:& ie:{ mo:) va:) de:> zu:) fl:( ss:| ls:[ js:|
Try it: Become an Opera Lover in 30 days
Meine Browser: Opera 7.54 | Firefox 1.0.2 | Lynx 2.8.3 | Netscape 4.7 | IE 6.0