Hallo,
ereg_replace(Suche,Ersetze,betroffene Variable)
Bsp.:
$text = "hallo";
$text = ereg_replace("hallo","welt",$text);
Gruß,
Markus
Hallo,
ereg_replace(Suche,Ersetze,betroffene Variable)
Bsp.:
$text = "hallo";
$text = ereg_replace("hallo","welt",$text);
Gruß,
Markus