$produto = "Leite Pasteurizado, Mucuri, Integral, 1 L";
$prod = explode(" ", $produto);
$prod[0]; //tipo_produto = Leite
$prod[1]; //marca_produto = Pasteurizado, Mucuri, Integral, 1 L
I need to prod[1] save the entire sting, including...
asked by
12.02.2016 / 20:44