Hi
I have managed to resolve this by:
Code:
$code = $results['extcode'];
preg_match('(src=[\"a-z:\/\.\?=\-0-9A-Z_\"]*)',$code,$results);
$src = substr($results[0],5,strlen($result[0])-1);
hope this will help those who are in the same situation.
Thanks!