codice: <?php $string = '<table><tr><td>a</td><td>aCiao a ta tutti</td></tr></table>'; preg_match_all("#href=\"(.*?)\"#", $string, $match); print_r($match); ?>
<?php $string = '<table><tr><td>a</td><td>aCiao a ta tutti</td></tr></table>'; preg_match_all("#href=\"(.*?)\"#", $string, $match); print_r($match); ?>
Regole del Forum