preg_replace on actionLinks

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 23, 2015   (RSS)

By claire - February 23, 2015

Hi Djulia

Pouvez-vous utiliser le function str_replace() à la place? C'est possible que le motif regex dans preg_replace() ne correspond pas à le lien ici.

Can you use the function str_replace() instead? It's possible that the regex pattern in preg_replace() does not match the link here.

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By Djulia - February 23, 2015

Claire,

Thanks! :)