se ho capito bene
codice:preg_match("#(\(.*\))#",$stringa,$mth); // parentesi incluse preg_match("#\((.*)\)#",$stringa,$mth); // parentesi escluse echo $mth[1];
se ho capito bene
codice:preg_match("#(\(.*\))#",$stringa,$mth); // parentesi incluse preg_match("#\((.*)\)#",$stringa,$mth); // parentesi escluse echo $mth[1];