codice:$test="(Franco=>Bravo)(Gianni=>Simpatico)(Marta=>Formosa)"; $temp=array(array("/\)\(/","/\(/","/\)/"),array("#","","")); $test=explode("#",preg_replace($temp[0],$temp[1],$test)); foreach ($test as $valore) echo $valore." \n";
codice:$test="(Franco=>Bravo)(Gianni=>Simpatico)(Marta=>Formosa)"; $temp=array(array("/\)\(/","/\(/","/\)/"),array("#","","")); $test=explode("#",preg_replace($temp[0],$temp[1],$test)); foreach ($test as $valore) echo $valore." \n";
think simple think ringo