Forum Moderators: coopster

Message Too Old, No Replies

Replace text with another text from a database

replace string

         

aff_dan

2:46 pm on Dec 31, 2005 (gmt 0)

10+ Year Member



Hello,

I have in a TABLE wp_posts some text wrong, a web site url.

I want to change from all posts that URL from my database with another URL from my posts article.

I have not found on YAHOO any ideas about it.

Any help how to do?

Regards,
Dan

coopster

8:09 pm on Jan 1, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



PHP has a str_replace() [php.net] function that may be of interest.