|
Posted by Toby Inkster on 12/11/05 12:24
Krustov wrote:
> $rocky=str_replace("BBC","Bungholes",$contents); $contents=$rocky;
> $rocky=str_replace("bbc","Bungholes",$contents); $contents=$rocky;
> $rocky=str_replace("the","its only a word",$contents); $contents=$rocky;
What's all this $rocky junk?
$contents = str_replace("BBC","Bungholes",$contents);
$contents = str_replace("bbc","Bungholes",$contents);
$contents = str_replace("the","its only a word",$contents);
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|