View Single Post
  #2 (permalink)  
Old 09-24-2007, 05:31 AM
edhan's Avatar
edhan edhan is offline
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Singapore
Posts: 716
edhan RepRank 3edhan RepRank 3edhan RepRank 3
Thumbs up Re: Solved

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!
Reply With Quote