Hallo,
ich habe so einen Code:
$cont2 = preg_replace("#\8\)#si", '<img src="./images/smilies/2.gif" alt="8)">', $cont2);
Und es kommt dieser Fehler:
Warning: Compilation failed: back reference to non-existent subpattern at offset 4 in C:\FoxServ\www\Re-Design\function.ini.php on line 112
Aber hier geht es:
$cont2 = preg_replace("#\;\)#si", '<img src="./images/smilies/18.gif" alt="">', $cont2);
Wiso, wo ist oben der Fehler??
Liegt es an der Zahl??