<?php $query = " SELECT id, REPLACE(names,'".chr(29)."',', ') as namestring FROM table "; ?>
SELECT REPLACE
Leave a Reply
You must be logged in to post a comment.
<?php $query = " SELECT id, REPLACE(names,'".chr(29)."',', ') as namestring FROM table "; ?>
You must be logged in to post a comment.