Search found 2 matches

by ErickP
Fri Apr 09, 2010 3:26 pm
Forum: PHP - Code
Topic: PHP Search and Replace question
Replies: 2
Views: 71

Re: PHP Search and Replace question

Looks very interesting tasairis. I'll give that a shot.

Thanks!

Erick P.
by ErickP
Fri Apr 09, 2010 2:51 pm
Forum: PHP - Code
Topic: PHP Search and Replace question
Replies: 2
Views: 71

PHP Search and Replace question

Hi Everyone, I'm currently using the "str_ireplace" function to replace some words in a text with something else. So far everything works fine. The problem I have is that within this text are html links and the replace function also replaces the words within the links. I do not want this. ...