Hello folks,
I built an article manager on my website. What I am trying to do is in the output of that news, in the field 'story' do a find and replace on some items.
For example, if the story mentions John Smith, I'd like for the PHP to automatically search for John Smith and if it finds him link to his bio page.
So, John Smith would be replaced with <a href="bio.php?staffID=$staffID">John Smith</a>
Any ideas?