There is some html code. And in it %pools%
. How to choose %pools%
from a site template, and install some php code that is in some file to this place?
str_replace()
does not work, I think so.
Now I implement it using explode
and preg_match
. Tell me something?