Use php explode function to split delimited string to array. $myArray = explode( ',', $myString ) ;. Example. Create a php script file and use ...
確定! 回上一頁