View Single Post
  #1 (permalink)  
Old 09-22-2007, 03:11 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
Question Extract database code

Hi

I am trying to extract YouTube code instead of the entire embedded code from my database.

Code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/r6wdq5vStms"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/r6wdq5vStms" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
How can I extract this code : http://www.youtube.com/v/r6wdq5vStms

Any help is greatly appreciated. Thanks!
Reply With Quote