Im looking to be able to replace items in a url string with dat for example
I will store code in the db like this
www.yoursite.co.uk/page.php?name={name}&surname={surname}
But when i change it it looks like this
www.yoursite.co.uk/page.php?name=Jo&surname=bloogs
What command do i need and is there an example i can see.