iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Database Discussion Forum This is the place to find help resolving those nagging questions you have about implementing and using all kinds of databases. Need help writing a query? Need an opinion on Oracle? Post here!

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-22-2007, 03:11 AM
edhan's Avatar
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
  #2 (permalink)  
Old 09-24-2007, 05:31 AM
edhan's Avatar
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
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic code in source code Milo Google Discussion Forum 4 07-02-2007 08:25 AM
How to Extract result from xml file? tricker Web Programming Discussion Forum 1 12-22-2006 09:49 AM
Extract all resources from any SWF file Decompile_SWF Flash Discussion Forum 0 10-15-2005 05:46 AM
Table layout using php/mysql to extract golf statistics daddyg Web Programming Discussion Forum 8 08-18-2005 02:43 AM
Is there a tool that can extract search results? MathsIsFun Google Discussion Forum 0 02-01-2005 10:03 PM


All times are GMT -4. The time now is 10:27 PM.



Search Engine Optimization by vBSEO 3.3.0