Tag Archives: str_replace

PHP Tutorial : Multiple string replace with str_replace

Well, I already writed about str_replace php function but this tip is very usefull. To recap, the function it’s used to replace a string by using three paramaters : $stringToSearch, $stringToReplace, $intoString. I showed you how to use it in … Continue reading

Posted in Basic PHP | Tagged , , , , , , | Leave a comment