[hl=http://hu.lk/m1sq63fee6f4]
w swoim oprogramowaniu strony gdzie ten tag zmienia na player mam coś takiego:
/* Hulkshare Player */ $hurl = $matches[1]; if( $hurl == "" ) return; return "[hl=" . $hurl . "]"; } $hurl = $this->clear_url( $hurl ); return " <iframe id=\"hulkshare-player-embed\" name=\"hulkshare-player-embed\" src=\"http://www.hulkshare.com/hsPlayer/embed/embed_clean.php?fn=$hulk &enableDownload=0&enableCover=0&enableAdd=false&bg=undefined&fg=undefined&iconColor=undefined&backColor=undefined&outColor=undefined&overColor=undefined& textColor=undefined&tintColor=undefined&pid=&type=7&width=100%\" scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\" style=\"width:100%;height:160px;\"> </iframe> ";} /* End HulkShare Player */
Gdzie
to jest to co jest dodawane w tagu bbcode
$hurl
Teraz chcę zrobić coś takiego:

Czyli chcę w tym moim kodzie z linku wyciągnąć tą część która jest potrzebna do kodu Iframe (w inny sposób nie zadziała player)
Byłbym bardzo wdzięczny gdyby ktoś do tego kodu dopisał zmienną na to. Ja niestety zaczynam prace z PHP i nie do końca umiem te wszyskie zmienne tworzyć