howdy,
I have some text:
This is {search}Pam Grier{/search}.
What I want is this:
This is <a href="somepage. php?keyword=Pam Grier">Pam Grier</a>.
I am having a hard time figuring out a regex to do this using
preg_replace or ereg_replace.
Could someone offer me a bit of assistance, please?
Thanks in advance,
Paul Brown
I have some text:
This is {search}Pam Grier{/search}.
What I want is this:
This is <a href="somepage. php?keyword=Pam Grier">Pam Grier</a>.
I am having a hard time figuring out a regex to do this using
preg_replace or ereg_replace.
Could someone offer me a bit of assistance, please?
Thanks in advance,
Paul Brown
Comment