Quote:
Today at 06:33 AM Zzed said this in Post #5
Not sure if I am being picky here but in the second preg_replace you should change the regex
from "/(\[)(you)(])/siU"
to "/(\[)(you)(\])/siU"
I don't see why they would cancel each other out...
|
They don't cancel each other out. What is happening is that whichever ones comes last is the one that will work. The other one doesn't parse the code. Only the second (or last) one will.