errors Alerts and using str_replace “ within double quoted string

2 posts by 1 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: July 24, 2017   (RSS)

By Twocans - July 24, 2017

wow thank you, I managed it using " aka see  below

$errorsAndAlerts = str_replace("Password found in list of "most common passwords", please choose a more secure password.", "{$record['common_pw']}", $errorsAndAlerts);

cheers

Kenny