Use below code (Tested & Working): $str = "Chains-23x10 5R 12"; // Pass Product name here $strArr = explode("-", $str); //print_r($strArr); ...
確定! 回上一頁