Préploi PHP

str_replace("foo", "bar", "foo test"); // returns "bar test"
TomatenTim