<?php $string = "doamin\username"; $newStr = str_replace('`\`','`\\\\`',$string); echo $newStr;
You have javascript disabled. You will not be able to edit any code.