preg_match("#(<.*?>)(.*)#",$stringa,$ris);
print_r($ris);

in $ris[1] trovi l'immagine e in $ris[2] il resto.