> >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
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