// archives

Add new tag

This tag is associated with 1 posts

Replace a word with another using php

Here is the code snippet in php to scan a text and replace the occurance of a particular word with another Click here to see the code <?php // The text string $text = "This is the text."; // The word we want to replace with a new text $oldWord = "the"; // The new [...]

Share

Enter your email address:

Delivered by FeedBurner