Hello,

I am not PHP master ;)
and I took and example from php.net to replace some values
in article content, but it looks like not working.
Do You have any suggestions with:

<? $string = "$article->content"; 
   echo eregi_replace ("aa", "bb", $string); 
 echo "$string"; 
 ?> 


Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to