[PHP-DB] Re: ereg_replace

2001-07-09 Thread Søren Nielsen
> >What I'm doing is using ereg_replace in this form: > >$LargeString = ereg_replace(".*", > >"replacement", "$LargeString"); > >but what I get is the string with the replacement in a > >way I don't actually want. It replaces the part of the > >string that begins with THE FIRST TAG and that > >en

[PHP-DB] Re: ereg_replace

2001-07-09 Thread
In article <[EMAIL PROTECTED]>, Olinux O wrote: >What I'm doing is using ereg_replace in this form: >$LargeString = ereg_replace(".*", >"replacement", "$LargeString"); >but what I get is the string with the replacement in a >way I don't actually want. It replaces the part of the >string that begi