ccc

Localizar iframe en un texto y extraer el src del iframe

preg_match_all('/<iframe[^>]+src="([^"]+)"/',$cuerpo,$match);
$urls = $match[1];
echo($urls[0]);

No hay comentarios:

Publicar un comentario