That's the thing. I thought that was true, too, and because of that I'm confused out of my wits. But lemme see if I can explain the situation a little better to see if there's any way to go about this in the way it's currently setup. If not I'll try a different method.
This is how the db looks, per field: (layout:
id#,
tag to search for,
output in msg)
Code:
1, -review-, This is the review tag.
2, -reviewimg-, This is the reviewimg tag.
$cc[tagid], $cc[tags], $cc[tagsname]
All of this information can be added/removed from the admincp. I've created a menu that does so.
So here we are, two tags that should be replaced. FYI, The desired place of outcome is the postbit if this helps.
So on viewing the postbit with the eregi'd/str_replace'd entries.. only the
first tag replaced itself.
-review-, output:
This is the review tag.
-reviewimg-, output:
-reviewimg-.
One tag does replace, but the other doesn't. And that's why I was assuming there'd have to be some sort of a loop involved.