Hallo.
Hab da mal ne Frage, die für die etwas fortgeschritteneren PHPler sicherlich kein Problem ist:
Kann man diese preg_replace anweisung irgendwie verkürzen
Dabei soll nämlich nur ein <br> heraus gefiltert werden. ist aber relativ lang. kann man das irgendwie so schreiben, dass es aussieht wir bei den PHPbb codes Wenn ja wie. Hab da nämlich null Ahnung
Im Voraus schonmal DANKE
mb fanste
Hab da mal ne Frage, die für die etwas fortgeschritteneren PHPler sicherlich kein Problem ist:
Kann man diese preg_replace anweisung irgendwie verkürzen
PHP:
$post = str_replace("<blockquote><smallfont>Zitat:<div style=\"border: 2px inset;background-color:#DFDFDF;width:500px;\"><div style=\"margin-left:7px;background-color:transparent;width:500px;\"><br>","<blockquote><smallfont>Zitat:<div style=\"border: 2px inset;background-color:#DFDFDF;width:500px;\"><div style=\"margin-left:7px;background-color:transparent;width:500px;\">",$post);
$post = str_replace("<blockquote><pre><smallfont>Code:<div style=\"border: 2px inset;background-color:#DFDFDF;width:500px;\"><div style=\"background-color:transparent;width:500px; margin-left:7px;\"><br>","<blockquote><pre><smallfont>Code:<div style=\"border: 2px inset;background-color:#DFDFDF;width:500px;\"><div style=\"background-color:transparent;width:500px; margin-left:7px;\">",$post);
Dabei soll nämlich nur ein <br> heraus gefiltert werden. ist aber relativ lang. kann man das irgendwie so schreiben, dass es aussieht wir bei den PHPbb codes Wenn ja wie. Hab da nämlich null Ahnung
Im Voraus schonmal DANKE
mb fanste