1 19w08 Guest Jan 18, 2009 #1 Is there a script that removes specified text from your website, or rewrite it? Its not for WP just html or php. Thanks!
Is there a script that removes specified text from your website, or rewrite it? Its not for WP just html or php. Thanks!
razohad Power Member Joined Jan 11, 2008 Messages 702 Reaction score 1,019 Jan 18, 2009 #2 there are programs that can do mass change in files text, you an load all of you php/html files and tell it to replace text1 to text2 in all of them!
there are programs that can do mass change in files text, you an load all of you php/html files and tell it to replace text1 to text2 in all of them!
K kalekom Junior Member Joined Jul 25, 2008 Messages 173 Reaction score 362 Jan 18, 2009 #3 php function "str_replace" can help you. http://www.php.net/manual/en/function.str-replace.php
1 19w08 Guest Jan 18, 2009 #4 @ razohead Thnx for the reply but i wanted to change [auto imported] text on my site, so the particular text isnt on my php files. @kalekom This might just work out! ill check it out now, ill let u know the results
@ razohead Thnx for the reply but i wanted to change [auto imported] text on my site, so the particular text isnt on my php files. @kalekom This might just work out! ill check it out now, ill let u know the results
1 19w08 Guest Jan 18, 2009 #5 mmm... doesnt work right yet, but you def got me in the right direction kalekom. thnx!