<?php $strOne = "Place new content here: , but not past the commma."; $strTwo = "test content"; echo preg_replace('/,/', "$strTwo,", $strOne, 1);
You have javascript disabled. You will not be able to edit any code.