|
Posted by Luka M. on 08/04/06 17:48
"J.O. Aho" <user@example.net> wrote in message
news:4jf16iF7omndU1@individual.net...
> Luka M. wrote:
> > Can anyone tell me why, if PHP reads from a file and puts it in a
string,
> > the string is not the same as the file. Not just that, but it seems that
if
> > I use str_replace on it, it doesen't quite work! Why could that be?
>
> Are you using the str_replace() the right way?
>
> $filestring = str_replace("search","replace",$filestring);
> http://www.php.net/manual/en/function.str-replace.php
>
> If you think it looks different on the webpage, then it's for HTML don't
care
> about new lines and multiple white spaces.
>
>
> //Aho
Yes I do.
I tell you something's wrong with PHP!
Navigation:
[Reply to this message]
|