piccola correzione
$regexp = "^.+\((.+)\)$";
eregi($regexp, $stringa, $found);
echo $found[1];
(le ho studiate stanotte le preg!) grazie![]()
piccola correzione
$regexp = "^.+\((.+)\)$";
eregi($regexp, $stringa, $found);
echo $found[1];
(le ho studiate stanotte le preg!) grazie![]()
si vivono molte vite e si muore una volta sola