私のphpコードは何らかの値を返します。データベースに挿入しようとしています。
$string =  '1,here,Skincare composition against free radicals'; //this is returned
'(insert into import (S.No,Name,Title)) values ($string)'  
その文字列を適切な形式に変換してdbに挿入する必要があります
'1','here','Skincare composition against free radicals'  //This is expected
内破はそれを行うべきですか?しかし、方法がわかりませんか?