Hello!
A question.
There is a line, say item.php? Dswdfwef = {param1} & 4545h45h = {param2} ...
There is an array
array( 'param1' => 'пока', 'param2' => 'привет', 'param3' => ) I need to replace {param1} and {param2} in the line with the corresponding values from the array by keys. It is clear that it is possible through str_replace (I have a certain set of parameters).
Somehow you can without str_replace, so automatically and beautifully))