Well there will be a full name in the search like..
$nametext = str_replace('Mike Jones', "Michael Jones\n\n", $names);
basically, if it finds, Mike Jones, I want it to write Michael Jones and delete the next 2 lines... (i think i mis-worded it the first time)
Thanks