Hi, I'm not quite sure how else to call this but here is the situation:
I currently use a template file made up of html and a PHP include expression to generate the content. So far, no problem.
Now I would like to add another function that will detect a specific string of text in the content and replace it with another text. In other words, I would like for my script to detect a certain word in included content and replace it with another word (in my case a URL.)
So is there some kind of search and replace function I could use for this? If this isn't clear, feel free to email me directly and I'll supply more info.
Thank you!