SELECT REPLACE

<?php

$query = "
SELECT
id, REPLACE(names,'".chr(29)."',', ') as namestring
FROM
table
";

?>

source

Leave a Reply