Abend,
kann mir hier jemand sagen was hier nicht stimmt
Fehlermeldung: Warning: Compilation failed: missing ) at offset 4 in xxx on line 5
gruess jackobo
kann mir hier jemand sagen was hier nicht stimmt
PHP:
$eintrag = "xxx(:-&xxx:-O";
$suchmuster= array("/(:-&/", "/:-O/");
$ersatz = array("<img src=\"images/smilies/smiley_annoyed.gif\" border=\"0\" alt=\"(:-&\" title=\"(:-&\" style=\"margin:3px;\" />", "<img src=\"images/smilies/smiley_astonished.gif\" border=\"0\" alt=\":-O\" title=\":-O\" style=\"margin:3px;\" />");
$eintrag = preg_replace($suchmuster, $ersatz, $eintrag);
echo "$eintrag";
Fehlermeldung: Warning: Compilation failed: missing ) at offset 4 in xxx on line 5
gruess jackobo