codice:$test="<img alt=ciao src=\"immagine1.jpg\"> testo testo testo <img alt=ciao src=immagine2.jpg>"; $test=preg_replace("/\"/","",$test); preg_match_all("|<img(.*)src=(.*)>|U",$test,$ris); echo "<pre>\n"; print_r($ris[2]); echo "</pre>\n";
codice:$test="<img alt=ciao src=\"immagine1.jpg\"> testo testo testo <img alt=ciao src=immagine2.jpg>"; $test=preg_replace("/\"/","",$test); preg_match_all("|<img(.*)src=(.*)>|U",$test,$ris); echo "<pre>\n"; print_r($ris[2]); echo "</pre>\n";
think simple think ringo