Hello I am using the str_replace but in the comparity I am using extra " thus it is not working. how can I use extra " inside the str_replace
$errorAlerts = str_replace("Password found in list of "most common passwords", please choose a more secure password.", "{$record['c_pw']}", $errorsAndAlerts);
Thanks for your input