Cannot redeclare underlinesearch() (previously declared ...?
							
						
					Suchwort unterstreichen..
				
					Collapse
				
			
		
	X
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
aber mal davon abgesehen.
was bringt dir das denn MelloPie. rein ************uell natürlich ...
$orig = $suchwort;
 verwirrt bin. da kommst doch das gleiche raus, wie in der ersten fkt.
							
						INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |

Comment
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
das $orig stammt noch aus MelloPie's fkt.
@wulcan
mache doch da ein $suchwort hin.INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |

Comment
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
so besser der herr?
PHP Code:$out = eregi_replace( $search, "<u>".$search."</u>", $text);
INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |

Comment
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
mache doch noch ein strtoupper() rein, dann siehts zumindest immer gleich in der ausgabe aus. GROSS
PHP Code:$out = eregi_replace( $search, "<u>".strtoupper($search)."</u>", $text);
INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |

Comment
 
          
 Moderator
							
						
Comment