das nachfolgende eregi_replace funktioniert nicht bei allen Texten, ist zumbeispiel "http://<a href="http://www.xxx.com" ...ww.xxx.com</a>" drin vorhanden, klappts nicht. 
Hat jemand ne Ahnung warum?
	
greets, Putterfly
							
						
					Hat jemand ne Ahnung warum?
PHP-Code:
	
	
// [zitat]
$string = eregi_replace("\[zitat\]([^\[]*)\[/zitat\]","<BLOCKQUOTE><font size=\"1\" face=\"Verdana, Arial\">[Zitat:]</font><hr><i>\\1</i><hr></BLOCKQUOTE>",$string); 
 
          
 
							
						
Kommentar