How can i take logged entry's that contain a web link for example someone makes a post on a board: hey check this site out http://www.somesite.com/?refer=123 this is just an example. However How can I make that anything posted in the form of a link is edited with **removed** so it would look like this: hey check this site out **removed** Thanks in advance, Tj
maybe something like this: this finds URL's and will replace it with the text you mentioned, where $url is the variable holding the original url and $message will hold **removed** once its parsed.