05-08-2008, 06:05 PM
|
#6 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
By the way, you just want to rid of some text? lol just do
PHP Code:
$string = preg_replace('/My text/','ttt',$string);
which replaces My text with ttt in $string;
__________________
VillageIdiot can have my babbies ;d
|
|
|
|