$newlist=str_replace("_"," ",$list);
The example above searches the "$list" string and replaces any "_" with a blank space " ".
php, characters, str_replace, newlist, quot, _, searches, replaces,