Einzelnen Beitrag anzeigen
Alt 22.06.2004, 22:41   #20
Potassium
Inventar
 
Registriert seit: 06.03.2003
Alter: 37
Beiträge: 3.954

Mein Computer

Standard

habs nun so:
Code:
if(substr_count(strtolower($text),"[url]") >= 1) {
		
		$text = preg_replace("/\[url\](.*?)\[\/url\]/i","$1", $text);
		
	}
	if(substr_count(strtolower($text),"WCM
findet wer den fehler? :D

argl die code funktion vom forum passt auch ned :mad:

ajo als eingabe fürs 2e bekommt er:
WCM
Potassium ist offline   Mit Zitat antworten